Home
last modified time | relevance | path

Searched refs:PARENB (Results 1 – 12 of 12) 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()
91 termios.c_cflag |= PARENB; in aos_uart_get_with_attr()
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h128 #define PARENB 0x0100 /* parity enable */ macro
176 _t->c_cflag &= ~(CSIZE | PARENB | PARODD); \
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h63 #define PARENB 0x0000400 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c45 if (mode & PARENB) 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.c250 if (arg & PARENB) 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.md92 |PARENB |偶校验|
93 |PARENB \| PARODD |奇校验|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dconsole.py25 attr[2] = attr[2] & ~(termios.CSIZE | termios.PARENB) | termios.CS8
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c146 if (tty->termios.c_cflag & PARENB) { in tty_uart_startup()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c478 if (termios->c_cflag & PARENB) { in termios2params()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1887 tty.c_cflag &= ~(CSIZE | PARENB); in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1686 tty.c_cflag &= ~(CSIZE|PARENB); in js_os_ttySetRaw()

Completed in 30 milliseconds