Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/
A Duart.h44 termios.c_cflag |= CREAD; in aos_uart_get()
74 termios.c_cflag |= CREAD; in aos_uart_get_with_attr()
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h62 #define CREAD 0x0000200 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c90 if (old_termios.c_cflag & CREAD) in set_attr_nonblock()
108 if (tty->termios.c_cflag & CREAD) in set_attr_nonblock()
111 bool old_rx_en = !!(old_termios.c_cflag & CREAD); in set_attr_nonblock()
112 bool new_rx_en = !!(tty->termios.c_cflag & CREAD); in set_attr_nonblock()
615 if (tty->termios.c_cflag & CREAD) in dev_tty_put()
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h127 #define CREAD 0x0080 /* enable receiver */ macro

Completed in 6 milliseconds