![]() |
S32 SDK
|
The user configuration structure for the eDMA driver. More...
#include <edma_driver.h>
Data Fields | |
edma_arbitration_algorithm_t | chnArbitration |
bool | notHaltOnError |
The user configuration structure for the eDMA driver.
Use an instance of this structure with the EDMA_DRV_Init() function. This allows the user to configure settings of the EDMA peripheral with a single function call. Implements : edma_user_config_t_Class
Definition at line 107 of file edma_driver.h.
edma_arbitration_algorithm_t chnArbitration |
eDMA channel arbitration.
Definition at line 108 of file edma_driver.h.
bool notHaltOnError |
Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
Definition at line 114 of file edma_driver.h.