S32 SDK
edma_state_t Struct Reference

Runtime state structure for the eDMA driver. More...

#include <edma_driver.h>

Data Fields

edma_chn_state_t *volatile chn [FEATURE_EDMA_MODULE_CHANNELS]
 

Detailed Description

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.

Field Documentation

Pointer array storing channel state.

Definition at line 263 of file edma_driver.h.


The documentation for this struct was generated from the following file: