TimdecW

Type Alias TimdecW 

pub type TimdecW<'a, REG> = FieldWriter<'a, REG, 2, Timdec, Safe>;
Expand description

Field TIMDEC writer - Timer Decrement

Aliased Type§

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

Implementations§

§

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

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

Decrement counter on FlexIO clock, Shift clock equals Timer output.

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

Decrement counter on Trigger input (both edges), Shift clock equals Timer output.

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

Decrement counter on Pin input (both edges), Shift clock equals Pin input.

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

Decrement counter on Trigger input (both edges), Shift clock equals Trigger input.