Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h80 #warning PICO_SPINLOCK_ID_CLAIM_FREE_END has been renamed to PICO_SPINLOCK_ID_CLAIM_FREE_LAST
84 #ifndef PICO_SPINLOCK_ID_CLAIM_FREE_LAST
85 #define PICO_SPINLOCK_ID_CLAIM_FREE_LAST 31 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h71 #warning PICO_SPINLOCK_ID_CLAIM_FREE_END has been renamed to PICO_SPINLOCK_ID_CLAIM_FREE_LAST
75 #ifndef PICO_SPINLOCK_ID_CLAIM_FREE_LAST
76 #define PICO_SPINLOCK_ID_CLAIM_FREE_LAST 31 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/
Dsync.c44 …8_t*)&claimed, required, PICO_SPINLOCK_ID_CLAIM_FREE_FIRST, PICO_SPINLOCK_ID_CLAIM_FREE_LAST, "No … in spin_lock_claim_unused()