Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/provision/
Dotp_provision.c124 .bl2_nv_counter_2 = { INT64NULL },
148 .bl2_nv_counter_2 = { INT64NULL },
/trusted-firmware-m-latest/platform/ext/common/template/
Dflash_otp_nv_counters_backend.h69 uint8_t bl2_nv_counter_2[64]; variable
Dotp_flash.c92 …return write_to_output(id, offsetof(struct flash_otp_nv_counters_region_t, bl2_nv_counter_2), out_… in tfm_plat_otp_read()
215 …return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, bl2_nv_counter_2), in_l… in tfm_plat_otp_write()
322 *size = sizeof(((struct flash_otp_nv_counters_region_t*)0)->bl2_nv_counter_2); in tfm_plat_otp_get_size()