Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/common/template/
Dnv_counters.c236 uint32_t new_value; in tfm_plat_set_nv_counter() local
299 err = tfm_plat_read_nv_counter(counter_id, sizeof(new_value), in tfm_plat_set_nv_counter()
300 (uint8_t *)&new_value); in tfm_plat_set_nv_counter()
305 if(new_value != value) { in tfm_plat_set_nv_counter()