3.3.15.1 Functions
-
static void DIAG_EEPROM_CalculateCRC32 (uint16_t startAddress, uint16_t length, uint32_t *crcSeed)
The CRC EEPROM test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard.
-
diag_crc_status_t DIAG_EEPROM_CalculateStoreCRC32 (uint16_t startAddress, uint16_t length, uint16_t storeAddress)
The CRC EEPROM test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard.
-
diag_crc_status_t DIAG_EEPROM_ValidateCRC32 (uint16_t startAddress, uint16_t length, uint16_t refAddress)
The CRC EEPROM test implements the periodic modified checksum (H.2.19.3.1) defined by the IEC 60730 standard.