Architecture specific GPIO functions for ESP32. More...
Architecture specific GPIO functions for ESP32.
Definition in file gpio_arch.h.
 Include dependency graph for gpio_arch.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | gpio_pm_sleep_enter (unsigned mode) | 
| Called before the power management enters a light or deep sleep mode.  More... | |
| void | gpio_pm_sleep_exit (uint32_t cause) | 
| Called after the power management left light sleep mode.  More... | |
| void gpio_pm_sleep_enter | ( | unsigned | mode | ) | 
Called before the power management enters a light or deep sleep mode.
| mode | sleep mode that is entered | 
| void gpio_pm_sleep_exit | ( | uint32_t | cause | ) | 
Called after the power management left light sleep mode.
| cause | wake-up cause |