Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Drtc_ctrl.h17 #define RTC_INTR_FLAG_IRAM (BIT(0)) /*< Some rtc interrupts can be called with cache disabled */ macro
/hal_espressif-latest/components/esp_hw_support/
Drtc_module.c124 if (flags & RTC_INTR_FLAG_IRAM) { in rtc_isr_register()
153 if (it->flags & RTC_INTR_FLAG_IRAM) { in rtc_isr_deregister()
/hal_espressif-latest/components/esp_system/port/
Dbrownout.c85 …rtc_isr_register(rtc_brownout_isr_handler, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M, RTC_INTR_FLAG_IRAM); in esp_brownout_init()