Module rp2040_hal::xosc

source ·
Expand description

Crystal Oscillator (XOSC)

Structs§

  • A Crystal Oscillator.
  • XOSC is disabled (typestate)
  • XOSC is stable (typestate)
  • A token that’s given when the oscillator is stabilized, and can be exchanged to proceed to the next stage.
  • XOSC is initialized but has not yet stabilized (typestate)

Enums§

  • Possible errors when initializing the CrystalOscillator

Traits§

  • State of the Crystal Oscillator (typestate trait)

Functions§