![]() |
S32 SDK
|
Runtime state structure for the eDMA driver. More...
#include <edma_driver.h>
Data Fields | |
edma_chn_state_t *volatile | chn [FEATURE_EDMA_MODULE_CHANNELS] |
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 262 of file edma_driver.h.
edma_chn_state_t* volatile chn[FEATURE_EDMA_MODULE_CHANNELS] |
Pointer array storing channel state.
Definition at line 263 of file edma_driver.h.