Home
last modified time | relevance | path

Searched refs:OTP_NV_COUNTERS_INITIALIZED (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/common/template/
Dflash_otp_nv_counters_backend.c37 if (otp_nv_ram_buf.init_value != OTP_NV_COUNTERS_INITIALIZED) { in init_otp_nv_counters_flash()
51 otp_nv_ram_buf.init_value = OTP_NV_COUNTERS_INITIALIZED;
194 if (init_value != OTP_NV_COUNTERS_INITIALIZED || in init_otp_nv_counters_flash()
554 if (backup_init_value == OTP_NV_COUNTERS_INITIALIZED && in create_or_restore_layout()
586 init_value = OTP_NV_COUNTERS_INITIALIZED; in create_or_restore_layout()
Dflash_otp_nv_counters_backend.h18 #define OTP_NV_COUNTERS_INITIALIZED 0xC0DE8112U macro
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/provision/
Dotp_provision.c50 .init_value = OTP_NV_COUNTERS_INITIALIZED,