3.7.1 Functions
diag_result_t DIAG_EEPROM_CalculateStoreCRC (eeprom_address_t startAddress, uint16_t length, eeprom_address_t storeAddress)
Calculates 32-bit CRC for a given EEPROM memory region and stores it at the EEPROM address indicated by the storeAddress argument.
diag_result_t DIAG_EEPROM_ValidateCRC (eeprom_address_t startAddress, uint16_t length, eeprom_address_t refAddress)
Validates the CRC of a given EEPROM memory region by recalculating and comparing it with reference CRC stored by DIAG_EEPROM_CalculateStoreCRC.