LkW

Type Alias LkW 

pub type LkW<'a, REG> = BitWriter<'a, REG, Lk>;
Expand description

Field LK writer - Lock Register

Aliased Type§

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

Implementations§

§

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

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

Pin Control Register fields [15:0] are not locked.

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

Pin Control Register fields [15:0] are locked and cannot be updated until the next system reset.