Home
last modified time | relevance | path

Searched defs:shell_uart_int_driven (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h50 struct shell_uart_int_driven { struct
51 struct shell_uart_common common;
52 struct ring_buf tx_ringbuf;
53 struct ring_buf rx_ringbuf;
54 uint8_t tx_buf[CONFIG_SHELL_BACKEND_SERIAL_TX_RING_BUFFER_SIZE];
55 uint8_t rx_buf[CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE];
56 struct k_timer dtr_timer;
57 atomic_t tx_busy;