1.3.8.20 1.4.6.20 1.5.7.20 1.6.6.20 1.7.7.20 1.29.8.20 1.30.5.20 1.31.5.20 1.32.8.20 1.33.5.20 1.37.5.20 1.38.6.20 1.39.5.20 1.40.6.20 DMAC_CRC_POLYNOMIAL_TYPE Enum
C
typedef enum { /* CRC16 (CRC-CCITT): 0x1021 */ DMAC_CRC_TYPE_16 = 0x0, /* CRC32 (IEEE 802.3): 0x04C11DB7*/ DMAC_CRC_TYPE_32 = 0x1 } DMAC_CRC_POLYNOMIAL_TYPE;
Summary
Enumeration of Supported CRC polynomials
Description
This data type provides an enumeration of supported CRC polynomials.
These enumerations should be used while filling the DMAC_CRC_SETUP data structure.
Remarks
None.