Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h50 #ifndef PICO_SPINLOCK_ID_RAND
51 #define PICO_SPINLOCK_ID_RAND 12 macro
/hal_rpi_pico-latest/src/rp2_common/pico_rand/
Drand.c132 spin_lock_t *lock = spin_lock_instance(PICO_SPINLOCK_ID_RAND); in capture_additional_trng_samples()
207 spin_lock_t *lock = spin_lock_instance(PICO_SPINLOCK_ID_RAND); in capture_additional_rosc_samples()
294 spin_lock_t *lock = spin_lock_instance(PICO_SPINLOCK_ID_RAND); in initialise_rand()
357 spin_lock_t *lock = spin_lock_instance(PICO_SPINLOCK_ID_RAND); in get_rand_64()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h36 #ifndef PICO_SPINLOCK_ID_RAND
37 #define PICO_SPINLOCK_ID_RAND 12 macro