Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_uart.c290 tios.c_cflag |= (PARENB | PARODD);
292 tios.c_cflag &= (~(CSTOPB | PARENB | PARODD));
/hal_espressif-3.6.0/components/newlib/platform_include/sys/
Dtermios.h136 #define PARODD (1u << 5) /** Odd parity, else even. */ macro
/hal_espressif-3.6.0/components/vfs/
Dvfs_uart.c592 ((p->c_cflag & PARODD) ? UART_PARITY_ODD : UART_PARITY_EVEN) in uart_tcsetattr()
800 p->c_cflag |= (PARENB | PARODD); in uart_tcgetattr()