Type Definition SWPR
stm32wb_pac::syscfg
type SWPR = Reg<u32, _SWPR>;
SRAM2 write protection register
This register you can reset, write, write_with_zero. See API.
reset
write
write_with_zero
For information about available fields see swpr module
impl ResetValue for SWPR
Register SWPR reset()'s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for SWPR
write(|w| ..) method takes swpr::W writer structure
write(|w| ..)