Home
last modified time | relevance | path

Searched refs:get_buf (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/drivers/serial/
Duart_async_rx.c16 static struct uart_async_rx_buf *get_buf(struct uart_async_rx *rx_data, uint8_t idx) in get_buf() function
30 struct uart_async_rx_buf *buf = get_buf(rx_data, rx_data->drv_buf_idx); in uart_async_rx_buf_req()
91 buf = get_buf(rx_data, rx_data->rd_buf_idx); in uart_async_rx_data_claim()
110 struct uart_async_rx_buf *buf = get_buf(rx_data, rx_data->rd_buf_idx); in uart_async_rx_data_consume()
133 buf_reset(get_buf(rx_data, i)); in uart_async_rx_reset()