Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c41 static BaseType_t s_stored_interrupt_level; variable
124 s_stored_interrupt_level = intLvl; in esp_ipc_isr_stall_other_cpu()
149 portRESTORE_INTERRUPTS(s_stored_interrupt_level); in esp_ipc_isr_release_other_cpu()
151 portCLEAR_INTERRUPT_MASK_FROM_ISR(s_stored_interrupt_level); in esp_ipc_isr_release_other_cpu()