SlocW

Type Alias SlocW 

pub type SlocW<'a, REG> = BitWriter<'a, REG, Sloc>;
Expand description

Field SLOC writer - Sticky Loss-of-Clock Reset

Aliased Type§

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

Implementations§

§

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

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

Reset not caused by a loss of external clock.

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

Reset caused by a loss of external clock.