nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
nRF Life Cycle State subsystem

nRF Life Cycle State subsystem More...

Enumerations

enum  nrf_lcs {
  NRF_LCS_UNKNOWN = 0x60ebef49U , NRF_LCS_ASSEMBLY_AND_TEST = 0x5d44c48dU , NRF_LCS_PSA_ROT_PROVISIONING = 0xafe19732U , NRF_LCS_SECURED = 0x87bb60e7U ,
  NRF_LCS_PSA_PROT_DEBUG = 0x98985939U , NRF_LCS_PSA_NON_PROT_DEBUG = 0x7a7e3456U , NRF_LCS_DECOMMISSIONED = 0x24152b9eU , NRF_LCS_MAX = UINT32_MAX
}
 

Functions

enum nrf_lcs nrf_lcs_get (void)
 Query the current Life Cycle State value.
 
void nrf_lcs_set (enum nrf_lcs new_lcs)
 Set the Life Cycle State value.
 

Detailed Description

nRF Life Cycle State subsystem