Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_uart_int_driven Struct Reference

#include <shell_uart.h>

Data Fields

struct shell_uart_common common
 
struct ring_buf tx_ringbuf
 
struct ring_buf rx_ringbuf
 
uint8_t tx_buf [0]
 
uint8_t rx_buf [0]
 
struct k_timer dtr_timer
 
atomic_t tx_busy
 

Field Documentation

◆ common

struct shell_uart_common shell_uart_int_driven::common

◆ dtr_timer

struct k_timer shell_uart_int_driven::dtr_timer

◆ rx_buf

uint8_t shell_uart_int_driven::rx_buf[0]

◆ rx_ringbuf

struct ring_buf shell_uart_int_driven::rx_ringbuf

◆ tx_buf

uint8_t shell_uart_int_driven::tx_buf[0]

◆ tx_busy

atomic_t shell_uart_int_driven::tx_busy

◆ tx_ringbuf

struct ring_buf shell_uart_int_driven::tx_ringbuf

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