4.3.28.3 Enumerations
-
enum diag_sram_status_t { SRAM_OK = 0, SRAM_ERROR = 1, SRAM_GLOBAL_ERROR = 2, SRAM_ADDR_ERROR = 3, SRAM_LENGTH_ERROR = 4, SRAM_INVALID_REGION = 5 }
This enumeration contains return codes for SRAM diagnostics tests.
enum diag_sram_status_t { SRAM_OK = 0, SRAM_ERROR = 1, SRAM_GLOBAL_ERROR = 2, SRAM_ADDR_ERROR = 3, SRAM_LENGTH_ERROR = 4, SRAM_INVALID_REGION = 5 }
This enumeration contains return codes for SRAM diagnostics tests.