Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h44 bool blocking_tx; member
Dshell.h707 bool blocking_tx);
/Zephyr-latest/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 = in enable()
350 blocking_tx || IS_ENABLED(CONFIG_SHELL_BACKEND_SERIAL_FORCE_TX_BLOCKING_MODE); in enable()
352 if (IS_ENABLED(CONFIG_SHELL_BACKEND_SERIAL_API_INTERRUPT_DRIVEN) && blocking_tx) { in enable()
411 if (IS_ENABLED(CONFIG_SHELL_BACKEND_SERIAL_API_POLLING) || sh_uart->blocking_tx) { in write_uart()
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c886 static int etr_shell_enable(const struct shell_transport *transport, bool blocking_tx) in etr_shell_enable() argument