Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h61 #define CSTOPB 0x0000100 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c40 if (mode & CSTOPB) 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.c245 return arg & CSTOPB ? STOP_BITS_2 : STOP_BITS_1; in _arg_to_stop_bits()
A Dtty.c88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h126 #define CSTOPB 0x0040 /* send 2 stop bits, not 1 */ macro
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c155 if (tty->termios.c_cflag & CSTOPB) in tty_uart_startup()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c473 if (termios->c_cflag & CSTOPB) in termios2params()

Completed in 11 milliseconds