Skip to main content

ResetSource Enum

Namespace: GHIElectronics.TinyCLR.Native · Assembly: GHIElectronics.TinyCLR.Native

Reasons reported by Power.GetResetSource.

public enum ResetSource : uint

Fields

NameValueDescription
Other0Reason not categorized.
PowerOn1Cold start (rail came up from zero).
ResetPin2Hardware NRST line was asserted.
BrownoutReset4Supply rail dipped below the brown-out threshold.
SystemReset8Firmware-initiated soft reset (e.g. Power.Reset).
WatchdogReset16Watchdog timer expired without being kicked.
LowPowerRtc32Resumed from low-power state by the RTC alarm.
LowPowerWakeupPin64Resumed from low-power state by the wake-up pin.