TimodW

Type Alias TimodW 

pub type TimodW<'a, REG> = FieldWriter<'a, REG, 2, Timod, Safe>;
Expand description

Field TIMOD writer - Timer Mode

Aliased Type§

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

Implementations§

§

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

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

Timer Disabled.

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

Dual 8-bit counters baud mode.

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

Dual 8-bit counters PWM high mode.

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

Single 16-bit counter mode.