Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dinterrupt_controller_hal.h133 static inline void interrupt_controller_hal_disable_interrupts(uint32_t mask) in interrupt_controller_hal_disable_interrupts() function
/device/soc/esp/esp32/components/esp_system/
Dintr_alloc.c828 interrupt_controller_hal_disable_interrupts(mask); in ets_isr_mask()
838 interrupt_controller_hal_disable_interrupts(1 << inum); in esp_intr_disable_source()