Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c104 unsigned port_interruptNesting[ portNUM_PROCESSORS ] = { 0 }; /* Interrupt nesting level. Increased… variable
342 ret = ( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInIsrContext()
353 return( port_interruptNesting[ xPortGetCoreID() ] != 0 ); in xPortInterruptedFromISRContext()
390 …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-v11.1.0/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