Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_ptty.c45 static bool wait_pts; variable
92 int tty_fn = np_uart_open_ptty(dev->name, auto_attach_cmd, auto_attach, wait_pts); in np_uart_0_init()
116 tty_fn = np_uart_open_ptty(dev->name, NULL, false, wait_pts); in np_uart_1_init()
137 if (wait_pts) { in np_uart_poll_out()
253 .dest = (void *)&wait_pts, in np_add_uart_options()
Duart_native_ptty_bottom.h26 bool do_auto_attach, bool wait_pts);
Duart_native_ptty_bottom.c136 bool do_auto_attach, bool wait_pts) in np_uart_open_ptty() argument
213 if (wait_pts) { in np_uart_open_ptty()