Home
last modified time | relevance | path

Searched refs:ICRNL (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h49 #define ICRNL 0x0100 /* map CR to newline on input */ macro
173 _t->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); \
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c74 term_vi.c_iflag &= (~IXON & ~ICRNL); in aos_hal_uart_init()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dconsole.py22 termios.BRKINT | termios.ICRNL | termios.INPCK | termios.ISTRIP | termios.IXON
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c136 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON)) in aos_tty_set_attr()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1884 | INLCR | IGNCR | ICRNL | IXON); in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1683 |INLCR|IGNCR|ICRNL|IXON); in js_os_ttySetRaw()

Completed in 22 milliseconds