Type Alias TimerPreW

Source
pub type TimerPreW<'a, REG> = FieldWriter<'a, REG, 2, TimerPre>;
Expand description

Field TimerPre writer - Prescaler bits

Aliased Type§

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

Implementations§

Source§

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

Source

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

Div 1

Source

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

Div 16

Source

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

Div 256