Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 2 of 2) sorted by relevance

/hal_telink-latest/tlsr9/drivers/B91/
Duart.c161 void uart_init(uart_num_e uart_num,unsigned short div, unsigned char bwpc, uart_parity_e parity, ua… in uart_init() argument
168 if (parity) { in uart_init()
170 if (UART_PARITY_EVEN == parity) { in uart_init()
173 else if (UART_PARITY_ODD == parity) { in uart_init()
Duart.h267 …art_num_e uart_num,unsigned short div, unsigned char bwpc, uart_parity_e parity, uart_stop_bit_e s…