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