1.3.8.21 1.4.6.21 1.5.7.21 1.6.6.21 1.7.7.21 1.29.8.21 1.30.5.21 1.31.5.21 1.32.8.21 1.33.5.21 1.37.5.21 1.38.6.21 1.39.5.21 1.40.6.21 DMAC_CRC_BEAT_SIZE Enum
C
typedef enum { /* Byte bus access. */ DMAC_CRC_BEAT_SIZE_BYTE = 0x0, /* Half-word bus access. */ DMAC_CRC_BEAT_SIZE_HWORD = 0x1, /* Word bus access. */ DMAC_CRC_BEAT_SIZE_WORD = 0x2 } DMAC_CRC_BEAT_SIZE;
Summary
Enumeration of Supported CRC Beat Size
Description
This data type provides an enumeration of supported CRC beat sizes.
These enumerations will be used by the PLIB based on the length of the buffer passed while calculating CRC in Non-DMA Mode
Remarks
None.