Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h74 #define RTC_BT_TRIG_EN PMU_BLE_SOC_WAKEUP_EN //!< BT wakeup (light sleep only) macro
76 #define RTC_BT_TRIG_EN 0
100 RTC_BT_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc.h613 #define RTC_BT_TRIG_EN BIT(10) //!< BT wakeup (light sleep only) macro
626 RTC_BT_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc.h658 #define RTC_BT_TRIG_EN BIT(10) //!< BT wakeup (light sleep only) macro
671 RTC_BT_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h676 #define RTC_BT_TRIG_EN BIT(10) //!< BT wakeup (light sleep only) macro
695 RTC_BT_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h690 #define RTC_BT_TRIG_EN BIT(10) //!< BT wakeup (light sleep only) macro
709 RTC_BT_TRIG_EN | \
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc.h586 #define RTC_BT_TRIG_EN BIT(10) //!< BT wakeup (light sleep only) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1887 s_config.wakeup_triggers |= RTC_BT_TRIG_EN;
1897 s_config.wakeup_triggers &= (~RTC_BT_TRIG_EN);
1943 } else if (wakeup_cause & RTC_BT_TRIG_EN) {