1.2.5.4.4 PCRC_CRC_TYPE Enum
C
typedef enum { PCRC_CRC8 = 0, /* 8-bit CRC */ PCRC_CRC16 = 1, /* 16-bit CRC */ PCRC_CRC32 = 2, /* 32-bit CRC */ PCRC_NOCRC = 3 /* No CRC */ }PCRC_CRC_TYPE;
Summary
The list of all CRC types supported (8, 16 and 32 bits).
Description
List of CRC-length supported types and a special one to indicate that No CRC is calculated.