Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/serial/
Duart_esp32.c525 static void IRAM_ATTR uart_esp32_dma_rx_done(const struct device *dma_dev, void *user_data, in uart_esp32_dma_rx_done() function
797 dma_cfg.dma_callback = uart_esp32_dma_rx_done; in uart_esp32_async_rx_enable()