Module rp2040_pac::xosc

source ·
Expand description

Controls the crystal oscillator

Modules§

  • Crystal Oscillator Control
  • Crystal Oscillator pause control
    This is used to save power by pausing the XOSC
    On power-up this field is initialised to WAKE
    An invalid write will also select WAKE
    WARNING: stop the PLLs before selecting dormant mode
    WARNING: setup the irq before selecting dormant mode
  • Controls the startup delay
  • Crystal Oscillator Status

Structs§

Type Aliases§

  • CTRL (rw) register accessor: Crystal Oscillator Control
  • DORMANT (rw) register accessor: Crystal Oscillator pause control
    This is used to save power by pausing the XOSC
    On power-up this field is initialised to WAKE
    An invalid write will also select WAKE
    WARNING: stop the PLLs before selecting dormant mode
    WARNING: setup the irq before selecting dormant mode
  • STARTUP (rw) register accessor: Controls the startup delay
  • STATUS (rw) register accessor: Crystal Oscillator Status