CrlW

Type Alias CrlW 

pub type CrlW<'a, REG> = BitWriter<'a, REG, Crl>;
Expand description

Field CRL writer - Control Register Lock

Aliased Type§

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

Implementations§

§

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

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

Control Register is locked and writes are ignored.

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

Control Register is not locked and writes complete as normal.