Searched refs:UART_1_STOP_BIT (Results 1 – 3 of 3) sorted by relevance
56 #define UART_1_STOP_BIT 0x00 macro
4060 int stop_bit_len = UART_1_STOP_BIT; in serial_func()4132 case 1: stop_bit_len = UART_1_STOP_BIT; break; in serial_func()
1197 case UART_1_STOP_BIT: in serial_hw_init()