Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Desp32_uart.c50 #define UART_PARITY_EN BIT(1) macro
412 conf0 &= ~(UART_PARITY_EN | UART_PARITY | UART_BIT_NUM | UART_STOP_BIT_NUM); in esp32_uart_set_termios()
418 conf0 |= UART_PARITY_EN; in esp32_uart_set_termios()