pub type DORMANT = Reg<DORMANT_SPEC>;Expand description
DORMANT (rw) register accessor: Ring Oscillator pause control
This is used to save power by pausing the ROSC
On power-up this field is initialised to WAKE
An invalid write will also select WAKE
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ยง
pub struct DORMANT { /* private fields */ }