Searched refs:TCSANOW (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_uart.c | 59 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 D | uart.h | 48 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 D | console.py | 29 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 D | termios.h | 155 #define TCSANOW 0x01 /* make change immediate */ macro
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | tty.c | 133 … 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 D | quickjs_libc.c | 1865 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 D | quickjs-libc.c | 1665 tcsetattr(0, TCSANOW, &oldtty); in term_exit() 1691 tcsetattr(fd, TCSANOW, &tty); in js_os_ttySetRaw()
|
Completed in 21 milliseconds