Use with extreme caution
You can read
this register and get mempowerdown::R
. You can reset
, write
, write_with_zero
this register using mempowerdown::W
. You can also modify
this register. See API.
reset()
method sets MEMPOWERDOWN to value 0
write(|w| ..)
method takes mempowerdown::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns mempowerdown::R
reader structure