Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Drp2040_config.h84 #ifndef configSMP_SPINLOCK_1
85 #define configSMP_SPINLOCK_1 PICO_SPINLOCK_ID_OS2 macro
Dportmacro.h264 …tGET_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1 ), pdTRUE )
265 …RELEASE_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1 ), pdFALSE )
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c376 spin_lock_claim( configSMP_SPINLOCK_1 ); in xPortStartScheduler()