Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 k_timer * dtr_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

◆ dtr_timer

struct k_timer* shell_uart::dtr_timer

◆ 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: