S32 SDK
edma_user_config_t Struct Reference

The user configuration structure for the eDMA driver. More...

#include <edma_driver.h>

Data Fields

edma_arbitration_algorithm_t chnArbitration
 
bool notHaltOnError
 

Detailed Description

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 175 of file edma_driver.h.

Field Documentation

eDMA channel arbitration.

Definition at line 176 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 182 of file edma_driver.h.


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