Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Shell UART transport instance structure. More...
#include <shell_uart.h>
Data Fields | |
struct shell_uart_ctrl_blk * | ctrl_blk |
struct k_timer * | timer |
struct ring_buf * | tx_ringbuf |
struct ring_buf * | rx_ringbuf |
Shell UART transport instance structure.
struct shell_uart_ctrl_blk* shell_uart::ctrl_blk |
struct ring_buf* shell_uart::rx_ringbuf |
struct k_timer* shell_uart::timer |
struct ring_buf* shell_uart::tx_ringbuf |