TimoutW

Type Alias TimoutW 

pub type TimoutW<'a, REG> = FieldWriter<'a, REG, 2, Timout, Safe>;
Expand description

Field TIMOUT writer - Timer Output

Aliased Type§

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

Implementations§

§

impl<'a, REG> TimoutW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

Timer output is logic one when enabled and is not affected by timer reset

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

Timer output is logic zero when enabled and is not affected by timer reset

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

Timer output is logic one when enabled and on timer reset

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

Timer output is logic zero when enabled and on timer reset