Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h75 #ifndef PICO_SPINLOCK_ID_CLAIM_FREE_FIRST
76 #define PICO_SPINLOCK_ID_CLAIM_FREE_FIRST 24 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h66 #ifndef PICO_SPINLOCK_ID_CLAIM_FREE_FIRST
67 #define PICO_SPINLOCK_ID_CLAIM_FREE_FIRST 24 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/
Dsync.c44 …rn hw_claim_unused_from_range((uint8_t*)&claimed, required, PICO_SPINLOCK_ID_CLAIM_FREE_FIRST, PIC… in spin_lock_claim_unused()