Searched refs:RTC_GPIO_TRIG_EN (Results 1 – 7 of 7) sorted by relevance
51 #define RTC_GPIO_TRIG_EN PMU_GPIO_WAKEUP_EN //!< GPIO wakeup macro95 RTC_GPIO_TRIG_EN | \
578 #define RTC_GPIO_TRIG_EN BIT(2) //!< GPIO wakeup (light sleep only) macro592 #define RTC_SLEEP_REJECT_MASK (RTC_GPIO_TRIG_EN | RTC_SDIO_TRIG_EN)
608 #define RTC_GPIO_TRIG_EN BIT(2) //!< GPIO wakeup macro621 #define RTC_SLEEP_REJECT_MASK (RTC_GPIO_TRIG_EN | \
653 #define RTC_GPIO_TRIG_EN BIT(2) //!< GPIO wakeup macro666 #define RTC_SLEEP_REJECT_MASK (RTC_GPIO_TRIG_EN | \
668 #define RTC_GPIO_TRIG_EN BIT(2) //!< GPIO wakeup (light sleep only) macro687 RTC_GPIO_TRIG_EN | \
682 #define RTC_GPIO_TRIG_EN BIT(2) //!< GPIO wakeup (light sleep only) macro701 RTC_GPIO_TRIG_EN | \
777 if (deep_sleep && (s_config.wakeup_triggers & RTC_GPIO_TRIG_EN)) {1406 } else if (CHECK_SOURCE(source, ESP_SLEEP_WAKEUP_GPIO, RTC_GPIO_TRIG_EN)) {1407 s_config.wakeup_triggers &= ~RTC_GPIO_TRIG_EN;1813 s_config.wakeup_triggers |= RTC_GPIO_TRIG_EN;1827 s_config.wakeup_triggers |= RTC_GPIO_TRIG_EN;1918 } else if (wakeup_cause & RTC_GPIO_TRIG_EN) {2038 if (s_config.wakeup_triggers & (RTC_EXT0_TRIG_EN | RTC_GPIO_TRIG_EN)) {