NetBurner 3.5.6
PDF Version |
eDMA global configuration structure. More...
#include <fsl_edma.h>
Public Attributes | |
bool | enableContinuousLinkMode |
bool | enableHaltOnError |
bool | enableRoundRobinArbitration |
bool | enableDebugMode |
eDMA global configuration structure.
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.
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.
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.
bool _edma_config::enableRoundRobinArbitration |
Enable (true) round robin channel arbitration method or fixed priority arbitration is used for channel selection