Type Alias WrpplR

Source
pub type WrpplR = BitReader<Wrpplselect>;
Expand description

Field WRPPL reader - Write Protect Pin Level

Aliased Type§

struct WrpplR { /* private fields */ }

Implementations§

Source§

impl WrpplR

Source

pub const fn variant(&self) -> Wrpplselect

Get enumerated values variant

Source

pub fn is_protected(&self) -> bool

Write protected (SDWP#=0)

Source

pub fn is_enabled(&self) -> bool

Write enabled (SDWP#=1)