Searched refs:port_interruptNesting (Results 1 – 4 of 4) sorted by relevance
104 unsigned port_interruptNesting[ portNUM_PROCESSORS ] = { 0 }; /* Interrupt nesting level. Increased… variable342 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()
128 movi a3, port_interruptNesting195 movi a3, port_interruptNesting685 movi a15, port_interruptNesting /* && port_interruptNesting == 0 */
112 movi a3, port_interruptNesting152 movi a3, port_interruptNesting588 movi a15, port_interruptNesting /* && port_interruptNesting == 0 */
54 unsigned port_interruptNesting = 0; // Interrupt nesting level variable