HomeSort by relevance Sort by last modified time
    Searched refs:mraa_uart_parity_t (Results 1 - 4 of 4) sorted by null

  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
uart.h 97 mraa_result_t mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits);
types.h 238 } mraa_uart_parity_t; typedef in typeref:enum:__anon29314
uart.hpp 208 return (Result) mraa_uart_set_mode(m_uart, bytesize, (mraa_uart_parity_t) parity, stopbits);
  /hardware/bsp/intel/peripheral/libmraa/src/uart/
uart.c 309 mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits)

Completed in 73 milliseconds