ClksW

Type Alias ClksW 

pub type ClksW<'a, REG> = FieldWriter<'a, REG, 2, Clks, Safe>;
Expand description

Field CLKS writer - Clock Source Selection

Aliased Type§

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

Implementations§

§

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

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

No clock selected. This in effect disables the FTM counter.

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

FTM input clock

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

Fixed frequency clock

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

External clock