Type Alias rp2040_pac::xosc::DORMANT

source ·
pub type DORMANT = Reg<DORMANT_SPEC>;
Expand description

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

You can read this register and get dormant::R. You can reset, write, write_with_zero this register using dormant::W. You can also modify this register. See API.

For information about available fields see dormant module

Aliased Type§

struct DORMANT { /* private fields */ }