Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c126 uint32_t other_read_in_progress; in rng_pool_get() local
137 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
161 if (likely(!other_read_in_progress)) { in rng_pool_get()
Dentropy_smartbond.c143 uint32_t other_read_in_progress; in rng_pool_get() local
154 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
178 if (likely(!other_read_in_progress)) { in rng_pool_get()
Dentropy_stm32.c453 uint32_t other_read_in_progress; in rng_pool_get() local
464 other_read_in_progress = (rngp->first_read ^ first); in rng_pool_get()
488 if (likely(!other_read_in_progress)) { in rng_pool_get()