Searched defs:termios (Results 1 – 6 of 6) sorted by relevance
30 struct termios termios; in aos_uart_get() local60 struct termios termios; in aos_uart_get_with_attr() local
29 struct termios termios; member
18 struct termios { struct19 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 */
39 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()
6 termios = None variable
460 static aos_status_t termios2params(const struct termios *termios, UART_InitTypeDef *params, uint32_… in termios2params()
Completed in 8 milliseconds