Home
last modified time | relevance | path

Searched refs:PICO_SPINLOCK_ID_STRIPED_FIRST (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/rp2_common/hardware_sync/
A 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;
34 striped_spin_lock_num = PICO_SPINLOCK_ID_STRIPED_FIRST; in next_striped_spin_lock_num()
/external/platform/pico/rp2_common/hardware_sync/include/hardware/
A Dsync.h89 #ifndef PICO_SPINLOCK_ID_STRIPED_FIRST
90 #define PICO_SPINLOCK_ID_STRIPED_FIRST 16 macro

Completed in 3 milliseconds