Home
last modified time | relevance | path

Searched refs:c_cflag (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c72 ter->c_cflag |= CREAD | CLOCAL; in native_tty_termios_defaults_set()
104 ter->c_cflag &= ~PARENB; in native_tty_baud_parity_set()
107 ter->c_cflag |= PARENB; in native_tty_baud_parity_set()
108 ter->c_cflag |= PARODD; in native_tty_baud_parity_set()
111 ter->c_cflag |= PARENB; in native_tty_baud_parity_set()
112 ter->c_cflag &= ~PARODD; in native_tty_baud_parity_set()
132 ter->c_cflag &= ~CSTOPB; in native_tty_stop_bits_set()
135 ter->c_cflag |= CSTOPB; in native_tty_stop_bits_set()
174 ter->c_cflag &= ~CSIZE; in native_tty_data_bits_set()
175 ter->c_cflag |= data_bits_to_set; in native_tty_data_bits_set()
[all …]
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c55 termios_p->c_cflag &= ~(CSIZE | PARENB); in test_modem_backend_tty_cfmakeraw()
56 termios_p->c_cflag |= CS8; in test_modem_backend_tty_cfmakeraw()