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.c618 bool rng_already_acquired; in entropy_stm32_rng_get_entropy_isr() local
628 rng_already_acquired = z_stm32_hsem_is_owned(CFG_HW_RNG_SEMID) || in entropy_stm32_rng_get_entropy_isr()
635 if (!rng_already_acquired) { in entropy_stm32_rng_get_entropy_isr()