Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rramc.h56 uint16_t preload_timeout; ///< Preload value expressed in clock cycles. member
79 .preload_timeout = 0x80, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c180 .preload_timeout = { in rramc_configure()
181 .value = p_config->preload_timeout, in rramc_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rramc.h102 …nrf_rramc_ready_next_timeout_t preload_timeout; ///< Preload timeout value for waiting for a next … member
116 nrf_rramc_ready_next_timeout_set(p_reg, &p_config->preload_timeout); in nrfy_rramc_configure()