Home
last modified time | relevance | path

Searched refs:abort_on_pof (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rramc.h59 …bool abort_on_pof; ///< True if the current RRAM write operation is to be aborted on… member
82 .abort_on_pof = true, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c186 .abort_on_pof = p_config->abort_on_pof, in rramc_configure()
/hal_nordic-latest/nrfx/hal/
Dnrf_rramc.h110 …bool abort_on_pof; ///< True if the current RRAM write operation is to be aborted on the pow… member
678 p_config->abort_on_pof = ((p_reg->POWER.CONFIG & in nrf_rramc_power_config_get()
689 ((uint32_t)p_config->abort_on_pof << RRAMC_POWER_CONFIG_POF_Pos); in nrf_rramc_power_config_set()