Searched defs:gdma_rx_channel_t (Results 1 – 1 of 1) sorted by relevance
40 typedef struct gdma_rx_channel_t gdma_rx_channel_t; typedef81 struct gdma_rx_channel_t { struct82 gdma_channel_t base; // GDMA channel, base class83 void *user_data; // user registered DMA event data84 gdma_event_callback_t on_recv_eof; // RX EOF callback