Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c117 BaseType_t intLvl = portDISABLE_INTERRUPTS(); in esp_ipc_isr_stall_other_cpu() local
119 BaseType_t intLvl = portSET_INTERRUPT_MASK_FROM_ISR(); in esp_ipc_isr_stall_other_cpu()
124 s_stored_interrupt_level = intLvl; in esp_ipc_isr_stall_other_cpu()
132 portRESTORE_INTERRUPTS(intLvl); in esp_ipc_isr_stall_other_cpu()
134 portCLEAR_INTERRUPT_MASK_FROM_ISR(intLvl); in esp_ipc_isr_stall_other_cpu()
/hal_espressif-latest/zephyr/esp32/src/common/
Ddport_access.c13 unsigned int intLvl; in esp_dport_access_reg_read() local
22 : [APB] "=a" (apb), [REG] "+a" (reg), [LVL] "=a" (intLvl) \ in esp_dport_access_reg_read()
/hal_espressif-latest/components/soc/esp32/
Ddport_access.c19 unsigned int intLvl; in esp_dport_access_reg_read()
27 : [APB]"=a"(apb), [REG]"+a"(reg), [LVL]"=a"(intLvl)\ in esp_dport_access_reg_read()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h123 #define DPORT_INTERRUPT_DISABLE() unsigned intLvl = __extension__({ unsigned __tmp; \
127 #define DPORT_INTERRUPT_RESTORE() do{ unsigned __tmp = (intLvl); \