Home
last modified time | relevance | path

Searched refs:PICO_SPINLOCK_ID_STRIPED_FIRST (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, "");
11 static uint8_t striped_spin_lock_num = PICO_SPINLOCK_ID_STRIPED_FIRST;
21 striped_spin_lock_num = PICO_SPINLOCK_ID_STRIPED_FIRST; in next_striped_spin_lock_num()
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h65 #ifndef PICO_SPINLOCK_ID_STRIPED_FIRST
66 #define PICO_SPINLOCK_ID_STRIPED_FIRST 16 macro
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h56 #ifndef PICO_SPINLOCK_ID_STRIPED_FIRST
57 #define PICO_SPINLOCK_ID_STRIPED_FIRST 16 macro