Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c708 bool rng_already_acquired = false; in entropy_stm32_rng_get_entropy_isr() local
712 rng_already_acquired = (irq_enabled != 0); in entropy_stm32_rng_get_entropy_isr()
722 rng_already_acquired = true; in entropy_stm32_rng_get_entropy_isr()
729 if (!rng_already_acquired) { in entropy_stm32_rng_get_entropy_isr()