Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/
A Duart.h75 termios.c_cflag &= ~(PARENB | PARODD); in aos_uart_get_with_attr()
88 termios.c_cflag |= PARENB | PARODD; in aos_uart_get_with_attr()
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h129 #define PARODD 0x0200 /* odd parity, else even */ macro
176 _t->c_cflag &= ~(CSIZE | PARENB | PARODD); \
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h64 #define PARODD 0x0001000 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c46 parity = (mode & PARODD) ? UART_PARITY_ODD : UART_PARITY_EVEN; in set_format()
245 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_startup()
297 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_set_attr()
A Duart_dev.c252 else if (arg & PARODD) in _arg_to_parity()
A Dtty.c88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
/AliOS-Things-master/components/drivers/peripheral/uart/
A DREADME.md93 |PARENB \| PARODD |奇校验|
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c147 if (tty->termios.c_cflag & PARODD) in tty_uart_startup()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c480 params->ParityType = (termios->c_cflag & PARODD) ? RUART_ODD_PARITY : RUART_EVEN_PARITY; in termios2params()

Completed in 11 milliseconds