ReinitR

Type Alias ReinitR 

pub type ReinitR = BitReader<Reinit>;
Expand description

Field REINIT reader - FTM Counter Reinitialization by Synchronization

Aliased Type§

pub struct ReinitR { /* private fields */ }

Implementations§

§

impl ReinitR

pub const fn variant(&self) -> Reinit

Get enumerated values variant

pub fn is_0(&self) -> bool

FTM counter continues to count normally.

pub fn is_1(&self) -> bool

FTM counter is updated with its initial value when the selected trigger is detected.