WpenR

Type Alias WpenR 

pub type WpenR = BitReader<Wpen>;
Expand description

Field WPEN reader - Write Protection Enable

Aliased Type§

pub struct WpenR { /* private fields */ }

Implementations§

§

impl WpenR

pub const fn variant(&self) -> Wpen

Get enumerated values variant

pub fn is_0(&self) -> bool

Write protection is disabled. Write protected bits can be written.

pub fn is_1(&self) -> bool

Write protection is enabled. Write protected bits cannot be written.