esp_sleep_is_valid_wakeup_gpio() function
Returns true if a GPIO number is valid for use as wakeup source.
Arguments
gpio_num
Number of the GPIO to test for wakeup source capability
Return value
True if this GPIO number will be accepted as a sleep wakeup source.
Notes
For SoCs with RTC IO capability, this can be any valid RTC IO input pin.
Examples
esp_sleep_is_valid_wakeup_gpio() is referenced by 1 libraries and example projects: