Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_renesas_ra_sci.c63 uint8_t *rx_next_buf; member
609 .data.rx.buf = (uint8_t *)data->rx_next_buf, in async_rx_release_next_buf()
612 data->rx_next_buf = NULL; in async_rx_release_next_buf()
773 data->rx_next_buf = buf; in uart_ra_sci_async_rx_buf_rsp()
831 if (data->rx_next_buf) { in async_evt_rx_complete()
832 data->rx_buffer = data->rx_next_buf; in async_evt_rx_complete()
835 data->rx_next_buf = NULL; in async_evt_rx_complete()
Duart_esp32.c101 uint8_t *rx_next_buf; member
603 data->async.rx_buf = data->async.rx_next_buf; in uart_esp32_dma_rx_done()
605 data->async.rx_next_buf = NULL; in uart_esp32_dma_rx_done()
873 data->async.rx_next_buf = buf; in uart_esp32_async_rx_buf_rsp()
927 evt.data.rx_buf.buf = data->async.rx_next_buf; in uart_esp32_async_rx_disable()
933 data->async.rx_next_buf = NULL; in uart_esp32_async_rx_disable()
Duart_sam0.c85 uint8_t *rx_next_buf; member
269 dev_data->rx_buf = dev_data->rx_next_buf; in uart_sam0_dma_rx_done()
271 dev_data->rx_next_buf = NULL; in uart_sam0_dma_rx_done()
1103 dev_data->rx_next_buf = buf; in uart_sam0_rx_buf_rsp()
1159 .buf = dev_data->rx_next_buf, in uart_sam0_rx_disable()
1163 dev_data->rx_next_buf = NULL; in uart_sam0_rx_disable()