ItrigrR

Type Alias ItrigrR 

pub type ItrigrR = BitReader<Itrigr>;
Expand description

Field ITRIGR reader - Initialization trigger on Reload Point

Aliased Type§

pub struct ItrigrR { /* private fields */ }

Implementations§

§

impl ItrigrR

pub const fn variant(&self) -> Itrigr

Get enumerated values variant

pub fn is_0(&self) -> bool

Initialization trigger is generated on counter wrap events.

pub fn is_1(&self) -> bool

Initialization trigger is generated when a reload point is reached.