Expand description
§System Control
Structs§
- AppCore
Guard unstableWill park the APP (second) core when dropped - CpuControl
unstableControl CPU Cores - Stack
unstableData type for a properly aligned stack of N bytes
Enums§
- Available CPU cores
- Error
unstableRepresents errors that can occur while working with the core. - Sleep
Source unstableSource of the wakeup event
Functions§
- reset_
reason unstableRetrieves the reason for the last reset as a SocResetReason enum value. ReturnsNoneif the reset reason cannot be determined. - Performs a software reset on the chip.
- software_
reset_ cpu unstableResets the given CPU, leaving peripherals unchanged. - wakeup_
cause unstableRetrieves the cause of the last wakeup event as a SleepSource enum value.