esp_sleep_get_ext1_wakeup_status() function
Get the bit mask of GPIOs which caused wakeup (ext1) If wakeup was caused by another source, this function will return 0.
Syntax
uint64_t esp_sleep_get_ext1_wakeup_status(void);
Return value
bit mask, if GPIOn caused wakeup, BIT(n) will be set
Examples
esp_sleep_get_ext1_wakeup_status() is referenced by 1 libraries and example projects: