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

Shell UART transport instance structure. More...

#include <shell_uart.h>

Data Fields

struct shell_uart_ctrl_blkctrl_blk
 
struct k_timer * timer
 
struct ring_buftx_ringbuf
 
struct ring_bufrx_ringbuf
 

Detailed Description

Shell UART transport instance structure.

Field Documentation

◆ ctrl_blk

struct shell_uart_ctrl_blk* shell_uart::ctrl_blk

◆ rx_ringbuf

struct ring_buf* shell_uart::rx_ringbuf

◆ timer

struct k_timer* shell_uart::timer

◆ tx_ringbuf

struct ring_buf* shell_uart::tx_ringbuf

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