Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_cracen_rng.h56 bool soft_reset; /**< Soft reset the RNG peripheral */ member
164 | ((p_config->soft_reset << CRACENCORE_RNGCONTROL_CONTROL_SOFTRST_Pos) in nrf_cracen_rng_control_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_cracen.c87 static const nrf_cracen_rng_control_t control_reset = {.soft_reset = true}; in trng_init()