esp_hal

Module system

Source
Expand description

§System Control

Enums§

Functions§

  • reset_reasonunstable
    Retrieves the reason for the last reset as a SocResetReason enum value. Returns None if the reset reason cannot be determined.
  • Performs a software reset on the chip.
  • Resets the given CPU, leaving peripherals unchanged.
  • wakeup_causeunstable
    Retrieves the cause of the last wakeup event as a SleepSource enum value.