Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp32/
Ddport_access.c75 BaseType_t intLvl = portENTER_CRITICAL_NESTED(); in esp_dport_access_stall_other_cpu_start() local
86 oldInterruptLevel[cpu_id]=intLvl; in esp_dport_access_stall_other_cpu_start()
106 portEXIT_CRITICAL_NESTED(intLvl); in esp_dport_access_stall_other_cpu_start()
247 unsigned int intLvl; in esp_dport_access_reg_read()
255 : [APB]"=a"(apb), [REG]"+a"(reg), [LVL]"=a"(intLvl)\ in esp_dport_access_reg_read()
/device/soc/esp/esp32/components/esp32/include/esp32/
Ddport_access.h47 #define DPORT_INTERRUPT_DISABLE() unsigned int intLvl = XTOS_SET_INTLEVEL(CONFIG_ESP32_DPORT_…
48 #define DPORT_INTERRUPT_RESTORE() XTOS_RESTORE_JUST_INTLEVEL(intLvl)