Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Drtc.h764 #define RTC_COCPU_TRAP_TRIG_EN BIT(13) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc.h773 #define RTC_COCPU_TRAP_TRIG_EN BIT(13) macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c814 s_config.wakeup_triggers |= (RTC_ULP_TRIG_EN | RTC_COCPU_TRIG_EN | RTC_COCPU_TRAP_TRIG_EN); in esp_sleep_enable_ulp_wakeup()
1157 } else if (wakeup_cause & RTC_COCPU_TRAP_TRIG_EN) { in esp_sleep_get_wakeup_cause()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c849 s_config.wakeup_triggers |= (RTC_ULP_TRIG_EN | RTC_COCPU_TRIG_EN | RTC_COCPU_TRAP_TRIG_EN); in esp_sleep_enable_ulp_wakeup()
1192 } else if (wakeup_cause & RTC_COCPU_TRAP_TRIG_EN) { in esp_sleep_get_wakeup_cause()