![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Go to the source code of this file.
Functions | |
psa_status_t | ps_read_nv_counter (enum tfm_nv_counter_t counter_id, uint32_t *val) |
Reads the given non-volatile (NV) counter. More... | |
psa_status_t | ps_increment_nv_counter (enum tfm_nv_counter_t counter_id) |
Increments the given non-volatile (NV) counter. More... | |
psa_status_t ps_increment_nv_counter | ( | enum tfm_nv_counter_t | counter_id | ) |
Increments the given non-volatile (NV) counter.
[in] | counter_id | NV counter ID. |
Definition at line 25 of file ps_nv_counters.c.
psa_status_t ps_read_nv_counter | ( | enum tfm_nv_counter_t | counter_id, |
uint32_t * | val | ||
) |
Reads the given non-volatile (NV) counter.
[in] | counter_id | NV counter ID. |
[out] | val | Pointer to store the current NV counter value. |
Definition at line 11 of file ps_nv_counters.c.