Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Duart.hpp206 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()
Duart.h97 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/
Duart.c309 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()