LocW

Type Alias LocW 

pub type LocW<'a, REG> = BitWriter<'a, REG, Loc>;
Expand description

Field LOC writer - Loss-of-Clock Interrupt

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.