IcrstR

Type Alias IcrstR 

pub type IcrstR = BitReader<Icrst>;
Expand description

Field ICRST reader - FTM counter reset by the selected input capture event.

Aliased Type§

pub struct IcrstR { /* private fields */ }

Implementations§

§

impl IcrstR

pub const fn variant(&self) -> Icrst

Get enumerated values variant

pub fn is_0(&self) -> bool

FTM counter is not reset when the selected channel (n) input event is detected.

pub fn is_1(&self) -> bool

FTM counter is reset when the selected channel (n) input event is detected.