Searched refs:blocking_tx (Results 1 – 3 of 3) sorted by relevance
44 bool blocking_tx; member
685 bool blocking_tx);
345 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable() argument349 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()