Zephyr API 3.6.99
|
UART asynchronous RX helper structure. More...
#include <uart_async_rx.h>
Data Fields | |
const struct uart_async_rx_config * | config |
atomic_t | pending_bytes |
atomic_t | free_buf_cnt |
uint8_t | buf_len |
uint8_t | drv_buf_idx |
uint8_t | rd_buf_idx |
uint8_t | rd_idx |
UART asynchronous RX helper structure.
uint8_t uart_async_rx::buf_len |
const struct uart_async_rx_config* uart_async_rx::config |
uint8_t uart_async_rx::drv_buf_idx |
atomic_t uart_async_rx::free_buf_cnt |
atomic_t uart_async_rx::pending_bytes |
uint8_t uart_async_rx::rd_buf_idx |
uint8_t uart_async_rx::rd_idx |