HwrstcntR

Type Alias HwrstcntR 

pub type HwrstcntR = BitReader<Hwrstcnt>;
Expand description

Field HWRSTCNT reader - FTM counter synchronization is activated by a hardware trigger

Aliased Type§

pub struct HwrstcntR { /* private fields */ }

Implementations§

§

impl HwrstcntR

pub const fn variant(&self) -> Hwrstcnt

Get enumerated values variant

pub fn is_0(&self) -> bool

A hardware trigger does not activate the FTM counter synchronization.

pub fn is_1(&self) -> bool

A hardware trigger activates the FTM counter synchronization.