1.33.5.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.