Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/drivers/uart/uart_async_rx/src/
Dmain.c43 struct uart_async_rx async_rx; in ZTEST() local
116 struct uart_async_rx async_rx; in ZTEST() local
148 struct uart_async_rx async_rx; member
163 struct uart_async_rx *async_rx = &test_data->async_rx; in producer_no_chunks() local
198 struct uart_async_rx *async_rx = &test_data->async_rx; in consumer() local
249 struct uart_async_rx *async_rx = &test_data->async_rx; in producer_in_chunks() local
/Zephyr-Core-3.7.0/include/zephyr/drivers/serial/
Duart_async_to_irq.h153 struct uart_async_rx_config async_rx; member
187 struct uart_async_rx async_rx; member
Duart_async_rx.h79 static inline uint8_t uart_async_rx_get_buf_len(struct uart_async_rx *async_rx) in uart_async_rx_get_buf_len()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_async_to_irq.c90 struct uart_async_rx *async_rx = &data->rx.async_rx; in on_rx_buf_req() local
195 struct uart_async_rx *async_rx = &data->rx.async_rx; in z_uart_async_to_irq_fifo_read() local
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h63 struct uart_async_rx async_rx; member
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c237 struct uart_async_rx *async_rx = &sh_uart->async_rx; in async_init() local
440 struct uart_async_rx *async_rx = &sh_uart->async_rx; in async_read() local