Type Alias gd32f1::gd32f190::timer14::smcfg::MsmR

source ·
pub type MsmR = BitReader<Msm>;
Expand description

Field MSM reader - Master/Slave mode

Aliased Type§

struct MsmR { /* private fields */ }

Implementations§

source§

impl MsmR

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.