Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Configuration settings

Symbols that can be defined to configure the CRC computation.

These are used to avoid compiling code that will not be used.

Macros

#define CLASSB_CRC_16_BIT
 Compile 16-bit CRC functions. More...
 
#define CLASSB_CRC_32_BIT
 Compile 32-bit CRC functions. More...
 
#define CLASSB_CRC_USE_HW
 Compile hardware implementation. More...
 
#define CLASSB_CRC_USE_SW
 Compile software implementation. More...
 

#define CLASSB_CRC_16_BIT

Compile 16-bit CRC functions.

#define CLASSB_CRC_32_BIT

Compile 32-bit CRC functions.

#define CLASSB_CRC_USE_HW

Compile hardware implementation.

#define CLASSB_CRC_USE_SW

Compile software implementation.