Table of Contents

Enum Sleep.WakeupCause

Namespace
nanoFramework.Hardware.Esp32
Assembly
nanoFramework.Hardware.Esp32.dll

Sleep wakeup cause.

public enum Sleep.WakeupCause

Fields

Ext0 = 2

Wakeup caused by external signal using RTC_IO.

Ext1 = 3

Wakeup caused by external signal using RTC_CNTL.

Gpio = 7

Wakeup caused by GPIO (light sleep only).

Timer = 4

Wakeup caused by timer.

TouchPad = 5

Wakeup caused by Touchpad.

Uart = 8

Wakeup caused by UART (light sleep only).

Ulp = 6

Wakeup caused by ULP program.

Undefined = 0

In case of deep sleep, reset was not caused by exit from deep sleep.