Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h67 #define RTC_UART1_TRIG_EN PMU_UART1_WAKEUP_EN //!< UART1 wakeup (light sleep only) macro
70 #define RTC_UART1_TRIG_EN 0
99 RTC_UART1_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h612 #define RTC_UART1_TRIG_EN BIT(7) //!< UART1 wakeup (light sleep only) macro
625 RTC_UART1_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h657 #define RTC_UART1_TRIG_EN BIT(7) //!< UART1 wakeup (light sleep only) macro
670 RTC_UART1_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h673 #define RTC_UART1_TRIG_EN BIT(7) //!< UART1 wakeup (light sleep only) macro
692 RTC_UART1_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h687 #define RTC_UART1_TRIG_EN BIT(7) //!< UART1 wakeup (light sleep only) macro
706 RTC_UART1_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h583 #define RTC_UART1_TRIG_EN BIT(7) //!< UART1 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);
1836 s_config.wakeup_triggers |= RTC_UART1_TRIG_EN;
1920 } else if (wakeup_cause & (RTC_UART0_TRIG_EN | RTC_UART1_TRIG_EN)) {