le_crc.h
Go to the documentation of this file.
10 * CRC (Cyclic Redundancy Check) are used to verify the integrity of data, like file, messages, etc...16 * The CRC32 is computed by the function @ref le_crc_Crc32. It takes a base buffer address, a length17 * and a CRC32. When the CRC32 is expected to be first computed, the value @ref LE_CRC_START_CRC3220 * @note It is possible to compute a "global" CRC32 of a huge amount of data by splitting into small61 //--------------------------------------------------------------------------------------------------68 //--------------------------------------------------------------------------------------------------77 //--------------------------------------------------------------------------------------------------81 //--------------------------------------------------------------------------------------------------84 //--------------------------------------------------------------------------------------------------91 //--------------------------------------------------------------------------------------------------uint32_t le_crc_Crc32(uint8_t *addressPtr, size_t size, uint32_t crc)