35#define NRF_LCS_MEM_VALUE_NOT_ENTERED 0xFFFFFFFFU
40#define NRF_LCS_MEM_FORMAT_MAGIC 0x355cbc23U
int nrf_lcs_mem_secured_read(uint32_t *value)
Query the secured Life Cycle State value.
int nrf_lcs_mem_provisioning_read(uint32_t *value)
Query the PSA RoT provisioning Life Cycle State value.
int nrf_lcs_mem_decommissioned_read(uint32_t *value)
Query the decommissioned Life Cycle State value.
int nrf_lcs_mem_secured_write(uint32_t value)
Enter the secured Life Cycle State.
int nrf_lcs_mem_provisioning_write(uint32_t value)
Enter the PSA RoT provisioning Life Cycle State.
int nrf_lcs_mem_decommissioned_write(uint32_t value)
Enter the decommissioned Life Cycle State.