Type Alias MSM_R

Source
pub type MSM_R = BitReader<MSM>;
Expand description

Field MSM reader - Master/Slave mode

Aliased Type§

struct MSM_R { /* private fields */ }

Implementations§

Source§

impl MSM_R

Source

pub const fn variant(&self) -> MSM

Get enumerated values variant

Source

pub fn is_no_sync(&self) -> bool

No action

Source

pub fn is_sync(&self) -> bool

The effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is useful if we want to synchronize several timers on a single external event.