Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_priv.h40 typedef struct gdma_rx_channel_t gdma_rx_channel_t; typedef
81 struct gdma_rx_channel_t { struct
82 gdma_channel_t base; // GDMA channel, base class
83 void *user_data; // user registered DMA event data
84 gdma_event_callback_t on_recv_eof; // RX EOF callback