Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c59 tcsetattr(0, TCSANOW, &term_orig); in exit_cleanup()
75 tcsetattr(0, TCSANOW, &term_vi); in aos_hal_uart_init()
95 tcsetattr(0, TCSANOW, &term_orig); in aos_hal_uart_finalize()
/AliOS-Things-master/components/drivers/peripheral/uart/include/aos/
A Duart.h48 ret = aos_tty_set_attr(ref, TCSANOW, &termios); in aos_uart_get()
98 ret = aos_tty_set_attr(ref, TCSANOW, &termios); in aos_uart_get_with_attr()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dconsole.py29 termios.tcsetattr(self.infd, termios.TCSANOW, attr)
32 termios.tcsetattr(self.infd, termios.TCSANOW, self.orig_attr)
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h155 #define TCSANOW 0x01 /* make change immediate */ macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c133 … if (optional_actions != TCSANOW && optional_actions != TCSADRAIN && optional_actions != TCSAFLUSH) in aos_tty_set_attr()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1865 tcsetattr(0, TCSANOW, &oldtty); in term_exit()
1892 tcsetattr(fd, TCSANOW, &tty); in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1665 tcsetattr(0, TCSANOW, &oldtty); in term_exit()
1691 tcsetattr(fd, TCSANOW, &tty); in js_os_ttySetRaw()

Completed in 21 milliseconds