11.12.3.2.25. Enum SE05x_HealthCheckMode_t¶
Defined in File se05x_enums.h
11.12.3.2.25.1. Enum Documentation¶
-
enum
SE05x_HealthCheckMode_t
¶ Health check
Values:
-
kSE05x_HealthCheckMode_NA
= 0¶ Invalid
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
= 0xFC03¶ 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
= 0xFB04¶ Performs self-tests on hardware sensors and reports the status.
-
kSE05x_HealthCheckMode_SFR_CHECK
= 0xFA05¶ Performs self-tests on the hardware registers. When the test fails, the chip triggers the attack counter and the chip will reset.
-