Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
shell_uart_ctrl_blk Struct Reference

Shell UART transport instance control block (RW data). More...

#include <shell_uart.h>

Data Fields

const struct devicedev
 
shell_transport_handler_t handler
 
voidcontext
 
atomic_t tx_busy
 
bool blocking_tx
 

Detailed Description

Shell UART transport instance control block (RW data).

Field Documentation

◆ blocking_tx

bool shell_uart_ctrl_blk::blocking_tx

◆ context

void* shell_uart_ctrl_blk::context

◆ dev

const struct device* shell_uart_ctrl_blk::dev

◆ handler

shell_transport_handler_t shell_uart_ctrl_blk::handler

◆ tx_busy

atomic_t shell_uart_ctrl_blk::tx_busy

The documentation for this struct was generated from the following file: