Enum ICoprocessor.CoprocessorResetReason
Indicate the reason the coprocessor was last restarted.
Assembly: Meadow.Contracts.dll
View Source
public enum ICoprocessor.CoprocessorResetReason
Fields
Unknown
Reason not specified or unknown. Could also indicate that the coprocessor has not started.
View Source
Unknown = 0
PowerOn
Normal power on.
View Source
PowerOn = 1
ExternalGpio
External GPIO has woken the coprocessor from sleep.
View Source
ExternalGpio = 2
Software
Coprocessor firmware requested a reset.
View Source
Software = 3
Panic
Abnormal reset through software error.
View Source
Panic = 4
InterruptWatchdog
Interrupt watchdog has been triggered.
View Source
InterruptWatchdog = 5
TaskWatchdog
Task watchdog has been triggered.
View Source
TaskWatchdog = 6
OtherWatchdog
Some other watchdog was triggered.
View Source
OtherWatchdog = 7
DeepSleep
Exiting from deep sleep.
View Source
DeepSleep = 8
Brownout
Brownout (low power condition).
View Source
Brownout = 9
SDIO
SDIO requested a reset.
View Source
SDIO = 10