Searched refs:oldInterruptLevel (Results 1 – 2 of 2) sorted by relevance
63 static BaseType_t oldInterruptLevel[2]; variable86 oldInterruptLevel[cpu_id]=intLvl; in esp_dport_access_stall_other_cpu_start()133 portEXIT_CRITICAL_NESTED(oldInterruptLevel[cpu_id]); in esp_dport_access_stall_other_cpu_end()
355 BaseType_t oldInterruptLevel = portENTER_CRITICAL_NESTED(); in vPortEnterCritical() local370 port_uxOldInterruptState[coreID] = oldInterruptLevel; in vPortEnterCritical()