1.3.8.18 DMAC_CHANNEL Enum

C

The DMAC channels vary based on device family. Refer to the generated header file for the actual values.

Summary

Fundamental data object that represents DMA channel number.

Description

This enumeration lists the set of channels available for data transfer using DMAC. The application should use the enumerators in the enum-list to identify the channel to be operated on. The application should not rely on the enumerator constant expression as this may change across devices.

Remarks

None