Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c171 uint32_t desired_nist_cfg = DT_INST_PROP_OR(0, nist_config, 0U); in configure_rng() local
197 if (cur_nist_cfg != desired_nist_cfg || cur_htcr != desired_htcr) { in configure_rng()
198 MODIFY_REG(rng->CR, cur_nist_cfg, (desired_nist_cfg | RNG_CR_CONDRST)); in configure_rng()