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