3.3.25.1 Enumerations
-
enum diag_crc_status_t { CRC_OK = 0, CRC_ERROR = 1, CRC_INVALID_ADDRESS = 2, CRC_INVALID_LENGTH = 3 }
This enumeration contains return codes for FLASH and EEPROM diagnostics tests.
enum diag_crc_status_t { CRC_OK = 0, CRC_ERROR = 1, CRC_INVALID_ADDRESS = 2, CRC_INVALID_LENGTH = 3 }
This enumeration contains return codes for FLASH and EEPROM diagnostics tests.