Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/include/esp_private/
Dgdma.h109 } gdma_rx_event_callbacks_t; typedef
245 …dma_register_rx_event_callbacks(gdma_channel_handle_t dma_chan, gdma_rx_event_callbacks_t *cbs, vo…
/device/soc/esp/esp32/components/esp_system/port/
Dasync_memcpy_impl_gdma.c70 gdma_rx_event_callbacks_t cbs = { in async_memcpy_impl_init()
/device/soc/esp/esp32/components/driver/
Dgdma.c337 …dma_register_rx_event_callbacks(gdma_channel_handle_t dma_chan, gdma_rx_event_callbacks_t *cbs, vo… in gdma_register_rx_event_callbacks()