| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Shell UART transport instance control block (RW data). More...
#include <shell_uart.h>
Data Fields | |
| const struct device * | dev | 
| shell_transport_handler_t | handler | 
| void * | context | 
| atomic_t | tx_busy | 
| bool | blocking_tx | 
Shell UART transport instance control block (RW data).
| bool shell_uart_ctrl_blk::blocking_tx | 
| void* shell_uart_ctrl_blk::context | 
| const struct device* shell_uart_ctrl_blk::dev | 
| shell_transport_handler_t shell_uart_ctrl_blk::handler | 
| atomic_t shell_uart_ctrl_blk::tx_busy |