Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c102 unsigned port_interruptNesting[ portNUM_PROCESSORS ] = { 0 }; /* Interrupt nesting level. Increase… variable
340 ret = ( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInIsrContext()
351 return( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInterruptedFromISRContext()
386 …printf( "core=%d port_interruptNesting=%d\n\n", xPortGetCoreID(), port_interruptNesting[ xPortGetC… in vPortAssertIfInISR()
Dportasm.S128 movi a3, port_interruptNesting
195 movi a3, port_interruptNesting
685 movi a15, port_interruptNesting /* && port_interruptNesting == 0 */
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dportasm.S112 movi a3, port_interruptNesting
152 movi a3, port_interruptNesting
588 movi a15, port_interruptNesting /* && port_interruptNesting == 0 */
Dport.c54 unsigned port_interruptNesting = 0; // Interrupt nesting level variable