Home
last modified time | relevance | path

Searched refs:c_iflag (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c62 ter->c_iflag &= ~(IXON | IXOFF | IXANY); in native_tty_termios_defaults_set()
69 ter->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL); in native_tty_termios_defaults_set()
238 if (ter.c_cflag != read_ter.c_cflag || ter.c_iflag != read_ter.c_iflag || in native_tty_configure_bottom()
Duart_native_ptty_bottom.c202 ter.c_iflag &= ~(BRKINT | ICRNL | IGNBRK | IGNCR | INLCR | INPCK in np_uart_open_ptty()
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c52 termios_p->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in test_modem_backend_tty_cfmakeraw()