Xmega IEC60730 Class B Library  1.0
 All Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Configuration of CRC Implementation

Detailed Description

Symbols that can be defined to configure the CRC computation.

This is used to avoid compiling code that will not be used.

Macros

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