Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1911 uint32_t wakeup_cause = pmu_ll_hp_get_wakeup_cause(&PMU); local
1913 uint32_t wakeup_cause = rtc_cntl_ll_get_wakeup_cause(); local
1916 if (wakeup_cause & RTC_TIMER_TRIG_EN) {
1918 } else if (wakeup_cause & RTC_GPIO_TRIG_EN) {
1920 } else if (wakeup_cause & (RTC_UART0_TRIG_EN | RTC_UART1_TRIG_EN)) {
1923 } else if (wakeup_cause & RTC_EXT0_TRIG_EN) {
1927 } else if (wakeup_cause & RTC_EXT1_TRIG_EN) {
1931 } else if (wakeup_cause & RTC_TOUCH_TRIG_EN) {
1935 } else if (wakeup_cause & RTC_ULP_TRIG_EN) {
1939 } else if (wakeup_cause & RTC_WIFI_TRIG_EN) {
[all …]
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_struct.h172 uint32_t wakeup_cause: 11; /*wakeup cause*/ member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_struct.h508 uint32_t wakeup_cause : 17; /*sleep wakeup cause*/ member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_struct.h625 uint32_t wakeup_cause:17; /*sleep wakeup cause*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_struct.h860 uint32_t wakeup_cause:17; /*sleep wakeup cause*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_struct.h864 uint32_t wakeup_cause : 17; /*sleep wakeup cause*/ member