Home
last modified time | relevance | path

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

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