ClksR

Type Alias ClksR 

pub type ClksR = FieldReader<Clks>;
Expand description

Field CLKS reader - Clock Source Selection

Aliased Type§

pub struct ClksR { /* private fields */ }

Implementations§

§

impl ClksR

pub const fn variant(&self) -> Clks

Get enumerated values variant

pub fn is_00(&self) -> bool

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

pub fn is_01(&self) -> bool

FTM input clock

pub fn is_10(&self) -> bool

Fixed frequency clock

pub fn is_11(&self) -> bool

External clock