The user configuration structure for the eDMA driver. More...
#include <platform/drivers/inc/edma_driver.h>
Data Fields | |
edma_arbitration_algorithm_t | chnArbitration |
bool | haltOnError |
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 235 of file edma_driver.h.
edma_arbitration_algorithm_t chnArbitration |
eDMA channel arbitration.
Definition at line 236 of file edma_driver.h.
bool haltOnError |
Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.
Definition at line 244 of file edma_driver.h.