Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_rramc.h131 …bool writeonce; ///< True if writes to the region are to be applied only when the current da… member
711 ((p_config->writeonce ? RRAMC_REGION_CONFIG_WRITEONCE_Enabled : in nrf_rramc_region_config_set()
727 p_config->writeonce = ((reg & RRAMC_REGION_CONFIG_WRITEONCE_Msk) in nrf_rramc_region_config_get()
Dnrf_uicr.h292 …bool writeonce; ///< True if writes to the boot region are to be applied only when the curre… member
753 ((p_config->writeonce ? UICR_BOOTCONF_WRITEONCE_Enabled : in nrf_uicr_boot_region_config_set()
766 p_config->writeonce = ((reg & UICR_BOOTCONF_WRITEONCE_Msk) >> UICR_BOOTCONF_WRITEONCE_Pos) == in nrf_uicr_boot_region_config_get()