![]() |
nRF Connect SDK API 3.3.99
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | NRF_LCS_MEM_VALUE_NOT_ENTERED 0xFFFFFFFFU |
| The Life Cycle State memory backend API. | |
| #define | NRF_LCS_MEM_FORMAT_MAGIC 0x355cbc23U |
Functions | |
| int | nrf_lcs_mem_provisioning_read (uint32_t *value) |
| Query the PSA RoT provisioning Life Cycle State value. | |
| int | nrf_lcs_mem_provisioning_write (uint32_t value) |
| Enter the PSA RoT provisioning Life Cycle State. | |
| int | nrf_lcs_mem_secured_read (uint32_t *value) |
| Query the secured Life Cycle State value. | |
| int | nrf_lcs_mem_secured_write (uint32_t value) |
| Enter the secured Life Cycle State. | |
| int | nrf_lcs_mem_decommissioned_read (uint32_t *value) |
| Query the decommissioned Life Cycle State value. | |
| int | nrf_lcs_mem_decommissioned_write (uint32_t value) |
| Enter the decommissioned Life Cycle State. | |