pub type WrprotR = FieldReader<Wrprot>;Expand description
Field WRPROT reader - Write protect
Aliased Type§
pub struct WrprotR { /* private fields */ }Implementations§
Source§impl WrprotR
impl WrprotR
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Write protection off (default).
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Write protection on.
Sourcepub fn is_disabled_locked(&self) -> bool
pub fn is_disabled_locked(&self) -> bool
Write protection off and locked until chip reset.
Sourcepub fn is_enabled_locked(&self) -> bool
pub fn is_enabled_locked(&self) -> bool
Write protection on and locked until chip reset.