Searched refs:UART_STOP_BIT_NUM (Results 1 – 1 of 1) sorted by relevance
56 #define UART_STOP_BIT_NUM GENMASK(5, 4) macro412 conf0 &= ~(UART_PARITY_EN | UART_PARITY | UART_BIT_NUM | UART_STOP_BIT_NUM); in esp32_uart_set_termios()439 conf0 |= FIELD_PREP(UART_STOP_BIT_NUM, UART_STOP_BIT_NUM_2); in esp32_uart_set_termios()441 conf0 |= FIELD_PREP(UART_STOP_BIT_NUM, UART_STOP_BIT_NUM_1); in esp32_uart_set_termios()