#include <cstdint>

Go to the source code of this file.
Namespaces | |
| visionary | |
Macros | |
| #define | CRC_DEFAULT_INIT_VALUE32 ((uint32_t)0xFFFFFFFFu) |
| Default initial value for CRC-32. More... | |
Functions | |
| uint32_t | visionary::CRC_calcCrc32Block (const void *const pvData, uint32_t u32Length, uint32_t u32InitVal) |
| Compute the CRC-32 value of a data block based on a start value. More... | |
| uint32_t | visionary::CRC_calcCrc32CBlock (const void *const pvData, uint32_t u32Length, uint32_t u32InitVal) |
| Compute the CRC-32C value of a data block based on a start value. More... | |