5 #ifndef OPENTITAN_SW_DEVICE_LIB_TESTING_TEST_FRAMEWORK_STATUS_H_
6 #define OPENTITAN_SW_DEVICE_LIB_TESTING_TEST_FRAMEWORK_STATUS_H_
19 typedef enum test_status {
26 kTestStatusInBootRom = 0xb090,
35 kTestStatusInBootRomHalt = 0xb057,
43 kTestStatusInTest = 0x4354,
51 kTestStatusInWfi = 0x1d1e,
60 kTestStatusPassed = 0x900d,
69 kTestStatusFailed = 0xbaad
87 void test_status_set(test_status_t test_status);