Home
last modified time | relevance | path

Searched refs:oldInterruptLevel (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/esp32/
Ddport_access.c63 static BaseType_t oldInterruptLevel[2]; variable
86 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()
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c355 BaseType_t oldInterruptLevel = portENTER_CRITICAL_NESTED(); in vPortEnterCritical() local
370 port_uxOldInterruptState[coreID] = oldInterruptLevel; in vPortEnterCritical()