Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h91 …_INTERRUPTS() do { XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmarkINTERRUPT_DISABLE(); } w…
103 …ED() { unsigned state = XTOS_SET_INTLEVEL(XCHAL_EXCM_LEVEL); portbenchmarkINTERRUPT_DISABLE(); ret… in portENTER_CRITICAL_NESTED()
Dportbenchmark.h44 #define portbenchmarkINTERRUPT_DISABLE() macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportbenchmark.h46 #define portbenchmarkINTERRUPT_DISABLE() macro
Dportmacro.h234 …_INTERRUPTS() do { XTOS_SET_INTLEVEL( XCHAL_EXCM_LEVEL ); portbenchmarkINTERRUPT_DISABLE(); } w…
244 portbenchmarkINTERRUPT_DISABLE(); in xPortSetInterruptMaskFromISR()