Searched refs:bytesize (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
D | uart.hpp | 206 setMode(int bytesize, UartParity parity, int stopbits) in setMode() argument 208 return (Result) mraa_uart_set_mode(m_uart, bytesize, (mraa_uart_parity_t) parity, stopbits); in setMode()
|
D | uart.h | 97 mraa_result_t mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, in…
|
/hardware/bsp/intel/peripheral/libmraa/src/uart/ |
D | uart.c | 309 mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits) in mraa_uart_set_mode() argument 323 switch (bytesize) { in mraa_uart_set_mode()
|