4.2.1 Enumerations
enum diag_result_t { DIAG_PASS = 0x81U, DIAG_FAIL = 0x42U, DIAG_INVALID_ARG = 0x24U, DIAG_UNDEFINED = 0x7EU, DIAG_NVM_STORE_ERROR = 0xBDU }
Contains return codes for the diagnostic tests.
enum diag_result_t { DIAG_PASS = 0x81U, DIAG_FAIL = 0x42U, DIAG_INVALID_ARG = 0x24U, DIAG_UNDEFINED = 0x7EU, DIAG_NVM_STORE_ERROR = 0xBDU }
Contains return codes for the diagnostic tests.