WpdisW

Type Alias WpdisW 

pub type WpdisW<'a, REG> = BitWriter<'a, REG, Wpdis>;
Expand description

Field WPDIS writer - Write Protection Disable

Aliased Type§

pub struct WpdisW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> WpdisW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Write protection is enabled.

pub fn _1(self) -> &'a mut W<REG>

Write protection is disabled.