Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Ds7816.c117 …uart_init(uart_num, div, bwpc, UART_PARITY_EVEN, UART_STOP_BIT_ONE);//7816 protocol stipulate the … in s7816_init()
Duart.h67 UART_PARITY_EVEN, enumerator
Duart.c170 if (UART_PARITY_EVEN == parity) { in uart_init()