Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_sync/
Dsync.c10 static_assert(PICO_SPINLOCK_ID_STRIPED_LAST >= PICO_SPINLOCK_ID_STRIPED_FIRST, "");
20 if (striped_spin_lock_num > PICO_SPINLOCK_ID_STRIPED_LAST) { in next_striped_spin_lock_num()
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h70 #ifndef PICO_SPINLOCK_ID_STRIPED_LAST
71 #define PICO_SPINLOCK_ID_STRIPED_LAST 23 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h61 #ifndef PICO_SPINLOCK_ID_STRIPED_LAST
62 #define PICO_SPINLOCK_ID_STRIPED_LAST 23 macro