Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_sleep.h69ESP_SLEEP_WAKEUP_ALL, //!< Not a wakeup cause, used to disable all wakeup sources with es… enumerator
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/components/cmd_system/
Dcmd_system.c259 esp_sleep_disable_wakeup_source(ESP_SLEEP_WAKEUP_ALL); in light_sleep()
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_system/
Dcmd_system.c291 esp_sleep_disable_wakeup_source(ESP_SLEEP_WAKEUP_ALL); in light_sleep()
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c760 if (source == ESP_SLEEP_WAKEUP_ALL) { in esp_sleep_disable_wakeup_source()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c795 if (source == ESP_SLEEP_WAKEUP_ALL) { in esp_sleep_disable_wakeup_source()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dsleep_modes.rst218 …akeup source. Additionally it can disable all triggers if the argument is ``ESP_SLEEP_WAKEUP_ALL``.