Enum Sleep.WakeupCause
- Namespace
- nanoFramework.Hardware.Esp32
- Assembly
- nanoFramework.Hardware.Esp32.dll
Sleep wakeup cause.
public enum Sleep.WakeupCause
Fields
Bt = 12Wakeup caused by BT (light sleep only).
CoCpu = 10Wakeup caused by COCPU int.
CoCpuTrapTrig = 11Wakeup caused by COCPU crash.
Ext0 = 2Wakeup caused by external signal using RTC_IO.
Ext1 = 3Wakeup caused by external signal using RTC_CNTL.
Gpio = 7Wakeup caused by GPIO (light sleep only).
Timer = 4Wakeup caused by timer.
TouchPad = 5Wakeup caused by Touchpad.
Uart = 8Wakeup caused by UART (light sleep only).
Ulp = 6Wakeup caused by ULP program.
Undefined = 0In case of deep sleep, reset was not caused by exit from deep sleep.
Wifi = 9Wakeup caused by WIFI (light sleep only).