Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
#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 |
struct shell_uart_common shell_uart_int_driven::common |
struct k_timer shell_uart_int_driven::dtr_timer |
uint8_t shell_uart_int_driven::rx_buf[0] |
struct ring_buf shell_uart_int_driven::rx_ringbuf |
uint8_t shell_uart_int_driven::tx_buf[0] |
atomic_t shell_uart_int_driven::tx_busy |
struct ring_buf shell_uart_int_driven::tx_ringbuf |