Type Alias SWPR

Source
pub type SWPR = Reg<u32, _SWPR>;
Expand description

SWPR

This register you can reset, write, write_with_zero. See API.

For information about available fields see swpr module

Aliased Type§

pub struct SWPR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SWPR

Register SWPR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for SWPR

write(|w| ..) method takes swpr::W writer structure