Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rramc.h58 …uint16_t access_timeout; ///< Access timeout used either for going into standby power mode… member
81 .access_timeout = 0x100, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c185 .access_timeout = p_config->access_timeout, in rramc_configure()
/hal_nordic-latest/nrfx/hal/
Dnrf_rramc.h109 …uint16_t access_timeout; ///< Access timeout used for going into standby power mode or remain acti… member
675 p_config->access_timeout = (uint16_t)((p_reg->POWER.CONFIG & in nrf_rramc_power_config_get()
688 ((uint32_t)p_config->access_timeout << RRAMC_POWER_CONFIG_ACCESSTIMEOUT_Pos) | in nrf_rramc_power_config_set()