Runtime state structure for the eDMA driver. More...
#include <platform/drivers/inc/edma_driver.h>
Data Fields | |
edma_chn_state_t *volatile | virtChnState [(uint32_t)((uint32_t)(4U)*(uint32_t)(1u))] |
Runtime state structure for the eDMA driver.
This structure holds data that is used by the eDMA peripheral driver to manage multi eDMA channels. The user passes the memory for this run-time state structure and the eDMA driver populates the members. Implements : edma_state_t_Class
Definition at line 330 of file edma_driver.h.
edma_chn_state_t* volatile virtChnState[(uint32_t)((uint32_t)(4U) *(uint32_t)(1u))] |
Pointer array storing channel state.
Definition at line 331 of file edma_driver.h.