1.6.6.22 1.7.7.22 1.32.8.22 DMAC_CRC_MODE Enum
C
typedef enum { /* Default Operating mode */ DMAC_CRC_MODE_DEFAULT = 0x0, /* Reserved */ DMAC_CRC_MODE_RESERVED = 0x1, /* Memory CRC monitor operating mode */ DMAC_CRC_MODE_MEMORY_MONITOR = 0x2, /* Memory CRC generation operating mode */ DMAC_CRC_MODE_MEMORY_GEN = 0x3 } DMAC_CRC_MODE;
Summary
Enumeration of Supported CRC modes
Description
This data type provides an enumeration of supported CRC modes.
These enumerations should be used while filling the DMAC_CRC_SETUP data structure and only in DMA Mode
Remarks
None.