Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h88 #define CBAUD 0x1000F /* line speed definitions */ macro
286 _t->c_cflag &= ~CBAUD; \
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h18 #define CBAUD 0x0010017 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c60 switch (mode & CBAUD) { in set_baudrate()
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.c111 int bits = arg & CBAUD; in _arg_to_baudrate()
A Dtty.c88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c50 switch (tty->termios.c_cflag & CBAUD) { in tty_uart_startup()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c485 switch (termios->c_cflag & CBAUD) { in termios2params()

Completed in 11 milliseconds