Home
last modified time | relevance | path

Searched refs:RTC_UART0_TRIG_EN (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h66 #define RTC_UART0_TRIG_EN PMU_UART0_WAKEUP_EN //!< UART0 wakeup (light sleep only) macro
69 #define RTC_UART0_TRIG_EN 0
98 RTC_UART0_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h611 #define RTC_UART0_TRIG_EN BIT(6) //!< UART0 wakeup (light sleep only) macro
624 RTC_UART0_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h656 #define RTC_UART0_TRIG_EN BIT(6) //!< UART0 wakeup (light sleep only) macro
669 RTC_UART0_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h672 #define RTC_UART0_TRIG_EN BIT(6) //!< UART0 wakeup (light sleep only) macro
691 RTC_UART0_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h686 #define RTC_UART0_TRIG_EN BIT(6) //!< UART0 wakeup (light sleep only) macro
705 RTC_UART0_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h582 #define RTC_UART0_TRIG_EN BIT(6) //!< UART0 wakeup (light sleep only) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1408 … } else if (CHECK_SOURCE(source, ESP_SLEEP_WAKEUP_UART, (RTC_UART0_TRIG_EN | RTC_UART1_TRIG_EN))) {
1409 s_config.wakeup_triggers &= ~(RTC_UART0_TRIG_EN | RTC_UART1_TRIG_EN);
1834 s_config.wakeup_triggers |= RTC_UART0_TRIG_EN;
1920 } else if (wakeup_cause & (RTC_UART0_TRIG_EN | RTC_UART1_TRIG_EN)) {