Module rp2040_pac::xosc[][src]

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

Register block

Type Definitions

CTRL register accessor: an alias for Reg<CTRL_SPEC>

DORMANT register accessor: an alias for Reg<DORMANT_SPEC>

STARTUP register accessor: an alias for Reg<STARTUP_SPEC>

STATUS register accessor: an alias for Reg<STATUS_SPEC>