Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/provision/
Dotp_provision.c123 .bl2_nv_counter_1 = { INT64NULL },
147 .bl2_nv_counter_1 = { INT64NULL },
/trusted-firmware-m-latest/platform/ext/common/template/
Dflash_otp_nv_counters_backend.h68 uint8_t bl2_nv_counter_1[64]; variable
Dotp_flash.c90 …return write_to_output(id, offsetof(struct flash_otp_nv_counters_region_t, bl2_nv_counter_1), out_… in tfm_plat_otp_read()
213 …return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, bl2_nv_counter_1), in_l… in tfm_plat_otp_write()
319 *size = sizeof(((struct flash_otp_nv_counters_region_t*)0)->bl2_nv_counter_1); in tfm_plat_otp_get_size()