WpdisR

Type Alias WpdisR 

pub type WpdisR = BitReader<Wpdis>;
Expand description

Field WPDIS reader - Write Protection Disable

Aliased Type§

pub struct WpdisR { /* private fields */ }

Implementations§

§

impl WpdisR

pub const fn variant(&self) -> Wpdis

Get enumerated values variant

pub fn is_0(&self) -> bool

Write protection is enabled.

pub fn is_1(&self) -> bool

Write protection is disabled.