esp_sleep_enable_ext0_wakeup() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK on success - ESP_ERR_INVALID_ARG if the selected GPIO is not an RTC GPIO, or the mode is invalid - ESP_ERR_INVALID_STATE if wakeup triggers conflict

Notes

This function does not modify pin configuration. The pin is configured in esp_deep_sleep_start/esp_light_sleep_start, immediately before entering sleep mode. ESP32: ext0 wakeup source can not be used together with touch or ULP wakeup sources.

References

from examples