Home
last modified time | relevance | path

Searched refs:BRKINT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h42 #define BRKINT 0x0002 /* break sends interrupt */ macro
173 _t->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); \
/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.c1883 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1682 tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP in js_os_ttySetRaw()

Completed in 20 milliseconds