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.
reset()
method sets DORMANT to value 0
write(|w| ..)
method takes dormant::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns dormant::R
reader structure