Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/random/
Drandom_timer.c23 static struct k_spinlock rand32_lock; variable
38 k_spinlock_key_t key = k_spin_lock(&rand32_lock); in rand32_get()
44 k_spin_unlock(&rand32_lock, key); in rand32_get()