eDMA transfer handle structure More...
#include <fsl_edma.h>
Public Attributes | |
DMA_Type * | base |
edma_callback | callback |
uint8_t | channel |
uint8_t | flags |
volatile int8_t | header |
volatile int8_t | tail |
edma_tcd_t * | tcdPool |
volatile int8_t | tcdSize |
volatile int8_t | tcdUsed |
void * | userData |
eDMA transfer handle structure
Definition at line 243 of file fsl_edma.h.