WpenW

Type Alias WpenW 

pub type WpenW<'a, REG> = BitWriter<'a, REG, Wpen>;
Expand description

Field WPEN writer - Write Protection Enable

Aliased Type§

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

Implementations§

§

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

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

Write protection is disabled. Write protected bits can be written.

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

Write protection is enabled. Write protected bits cannot be written.