Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h44 bool blocking_tx; member
Dshell.h685 bool blocking_tx);
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c345 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable() argument
349 sh_uart->blocking_tx = blocking_tx; in enable()
351 if (IS_ENABLED(CONFIG_SHELL_BACKEND_SERIAL_API_INTERRUPT_DRIVEN) && blocking_tx) { in enable()
410 if (IS_ENABLED(CONFIG_SHELL_BACKEND_SERIAL_API_POLLING) || sh_uart->blocking_tx) { in write_uart()