NetBurner 3.5.6
PDF Version
_edma_config Struct Reference

eDMA global configuration structure. More...

#include <fsl_edma.h>

Public Attributes

bool enableContinuousLinkMode
 
bool enableHaltOnError
 
bool enableRoundRobinArbitration
 
bool enableDebugMode
 

Detailed Description

eDMA global configuration structure.

Member Data Documentation

◆ enableContinuousLinkMode

bool _edma_config::enableContinuousLinkMode

Enable (true) continuous link mode. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself.

◆ enableDebugMode

bool _edma_config::enableDebugMode

Enable(true) eDMA debug mode. When in debug mode, the eDMA stalls the start of a new channel. Executing channels are allowed to complete.

◆ enableHaltOnError

bool _edma_config::enableHaltOnError

Enable (true) transfer halt on error. Any error causes the HALT bit to set. Subsequently, all service requests are ignored until the HALT bit is cleared.

◆ enableRoundRobinArbitration

bool _edma_config::enableRoundRobinArbitration

Enable (true) round robin channel arbitration method or fixed priority arbitration is used for channel selection


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