Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h152 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
156 #ifndef SW_SPIN_TRY_LOCK
158 #define SW_SPIN_TRY_LOCK(lock) ({ \ macro
175 #define SW_SPIN_TRY_LOCK(lock) ({ \ macro
193 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
213 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
274 return SW_SPIN_TRY_LOCK(lock); in spin_try_lock_unsafe()