9.13.3.2.17. Enum SE05x_HealthCheckMode_t¶
Defined in File se05x_enums.h
9.13.3.2.17.1. Enum Documentation¶
-
enum
SE05x_HealthCheckMode_t¶ Health check
Values:
-
kSE05x_HealthCheckMode_NA= 0¶ Invalid
-
kSE05x_HealthCheckMode_FIPS= 0xF906¶ Performs all on-demand self-tests. Can only be done when the module is in FIPS mode. When the test fails, the chip goes into TERMINATED state.
-
kSE05x_HealthCheckMode_CODE_SIGNATURE= 0xFE01¶ Performs ROM integrity checks. When the test fails, the chip triggers the attack counter and the chip will reset.
-
kSE05x_HealthCheckMode_DYNAMIC_FLASH_INTEGRITY= 0xFD02¶ Performs flash integrity tests. When the test fails, the chip triggers the attack counter and the chip will reset.
-
kSE05x_HealthCheckMode_SHIELDING= 0xFB04¶ Performs tests on the active shield protection of the hardware. When the test fails, the chip triggers the attack counter and the chip will reset.
-
kSE05x_HealthCheckMode_SENSOR= 0xFA05¶ Performs self-tests on hardware sensors and reports the status.
-
kSE05x_HealthCheckMode_SFR_CHECK= 0xFC03¶ Performs self-tests on the hardware registers. When the test fails, the chip triggers the attack counter and the chip will reset.
-
