Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_pty.c45 bool on_stdinout; /* This UART is connected to a PTY and not STDIN/OUT */ member
91 d->on_stdinout = true; in np_uart_init()
102 d->on_stdinout = true; in np_uart_init()
106 if (d->on_stdinout == true) { in np_uart_init()
205 if (((struct native_pty_status *)dev->data)->on_stdinout) { in np_uart_poll_in()
312 if ((!native_pty_status_##inst.on_stdinout) && (native_pty_status_##inst.in_fd != 0)) { \