Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/include/
Drp2040_config.h80 #ifndef configSMP_SPINLOCK_0
81 #define configSMP_SPINLOCK_0 PICO_SPINLOCK_ID_OS1 macro
Dportmacro.h262 …tGET_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0 ), pdTRUE )
263 …RELEASE_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0 ), pdFALSE )
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dport.c375 spin_lock_claim( configSMP_SPINLOCK_0 ); in xPortStartScheduler()