SwrstcntR

Type Alias SwrstcntR 

pub type SwrstcntR = BitReader<Swrstcnt>;
Expand description

Field SWRSTCNT reader - FTM counter synchronization is activated by the software trigger

Aliased Type§

pub struct SwrstcntR { /* private fields */ }

Implementations§

§

impl SwrstcntR

pub const fn variant(&self) -> Swrstcnt

Get enumerated values variant

pub fn is_0(&self) -> bool

The software trigger does not activate the FTM counter synchronization.

pub fn is_1(&self) -> bool

The software trigger activates the FTM counter synchronization.