Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/
A Duart.h30 struct termios termios; in aos_uart_get() local
60 struct termios termios; in aos_uart_get_with_attr() local
A Dtty_core.h29 struct termios termios; member
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h18 struct termios { struct
19 tcflag_t c_iflag; /* input modes */
20 tcflag_t c_oflag; /* output modes */
21 tcflag_t c_cflag; /* control modes */
22 tcflag_t c_lflag; /* local modes */
23 cc_t c_cc[NCCS]; /* control characters */
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c39 aos_status_t aos_tty_get_attr(aos_tty_ref_t *ref, struct termios *termios) in aos_tty_get_attr()
54 …aos_status_t set_attr_nonblock(aos_tty_t *tty, int optional_actions, const struct termios *termios) in set_attr_nonblock()
125 …_status_t aos_tty_set_attr(aos_tty_ref_t *ref, int optional_actions, const struct termios *termios) in aos_tty_set_attr()
555 static void reset_termios(struct termios *termios) in reset_termios()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dconsole.py6 termios = None variable
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c460 static aos_status_t termios2params(const struct termios *termios, UART_InitTypeDef *params, uint32_… in termios2params()

Completed in 8 milliseconds