Type Alias TimerModeW

Source
pub type TimerModeW<'a, REG> = BitWriter<'a, REG, TimerMode>;
Expand description

Field TimerMode writer - Timer Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

Free-running

Source

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

Periodic