Searched refs:intLvl (Results 1 – 4 of 4) sorted by relevance
117 BaseType_t intLvl = portDISABLE_INTERRUPTS(); in esp_ipc_isr_stall_other_cpu() local119 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()
13 unsigned int intLvl; in esp_dport_access_reg_read() local22 : [APB] "=a" (apb), [REG] "+a" (reg), [LVL] "=a" (intLvl) \ in esp_dport_access_reg_read()
19 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()
123 #define DPORT_INTERRUPT_DISABLE() unsigned intLvl = __extension__({ unsigned __tmp; \127 #define DPORT_INTERRUPT_RESTORE() do{ unsigned __tmp = (intLvl); \