Searched refs:UART_BIT_NUM (Results 1 – 1 of 1) sorted by relevance
51 #define UART_BIT_NUM GENMASK(3, 2) macro412 conf0 &= ~(UART_PARITY_EN | UART_PARITY | UART_BIT_NUM | UART_STOP_BIT_NUM); in esp32_uart_set_termios()425 conf0 |= FIELD_PREP(UART_BIT_NUM, UART_BIT_NUM_5); in esp32_uart_set_termios()428 conf0 |= FIELD_PREP(UART_BIT_NUM, UART_BIT_NUM_6); in esp32_uart_set_termios()431 conf0 |= FIELD_PREP(UART_BIT_NUM, UART_BIT_NUM_7); in esp32_uart_set_termios()434 conf0 |= FIELD_PREP(UART_BIT_NUM, UART_BIT_NUM_8); in esp32_uart_set_termios()