Home
last modified time | relevance | path

Searched full:rng_cr_condrst (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/rng/
Dst,stm32-rng.yaml31 and when Conditioning Soft Reset (RNG_CR_CONDRST bit) exists.
/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c38 #if defined(RNG_CR_CONDRST)
181 * The RNG_CR_CONDRST is set to 1 at the same time the RNG_CR is written in configure_rng()
198 MODIFY_REG(rng->CR, cur_nist_cfg, (desired_nist_cfg | RNG_CR_CONDRST)); in configure_rng()