pub type SWPR = Reg<u32, _SWPR>;
SWPR
This register you can reset, write, write_with_zero. See API.
reset
write
write_with_zero
For information about available fields see swpr module
pub struct SWPR { /* private fields */ }
Register SWPR reset()’s with value 0
reset()
write(|w| ..) method takes swpr::W writer structure
write(|w| ..)