Home
last modified time | relevance | path

Searched defs:portRELEASE_ISR_LOCK (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dportmacro.h258 #define portRELEASE_ISR_LOCK() macro
263 …#define portRELEASE_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0… macro
/Kernel-v11.1.0/portable/template/
Dportmacro.h138 #define portRELEASE_ISR_LOCK() do {} while( 0 ) macro
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h156 #define portRELEASE_ISR_LOCK() rtos_lock_release( 0 ) macro
/Kernel-v11.1.0/include/
DFreeRTOS.h468 #define portRELEASE_ISR_LOCK() macro