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