pub type WrpplR = BitReader<Wrpplselect>;Expand description
Field WRPPL reader - Write Protect Pin Level
Aliased Type§
struct WrpplR { /* private fields */ }Implementations§
Source§impl WrpplR
 
impl WrpplR
Sourcepub const fn variant(&self) -> Wrpplselect
 
pub const fn variant(&self) -> Wrpplselect
Get enumerated values variant
Sourcepub fn is_protected(&self) -> bool
 
pub fn is_protected(&self) -> bool
Write protected (SDWP#=0)
Sourcepub fn is_enabled(&self) -> bool
 
pub fn is_enabled(&self) -> bool
Write enabled (SDWP#=1)