pub type MMS_R = FieldReader<MMS>;
Expand description
Field MMS
reader - Master mode selection
Aliased Type§
struct MMS_R { /* private fields */ }
Implementations§
Source§impl MMS_R
impl MMS_R
Sourcepub fn is_compare_pulse(&self) -> bool
pub fn is_compare_pulse(&self) -> bool
The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred
Sourcepub fn is_compare_oc1(&self) -> bool
pub fn is_compare_oc1(&self) -> bool
OC1REF signal is used as trigger output
Sourcepub fn is_compare_oc2(&self) -> bool
pub fn is_compare_oc2(&self) -> bool
OC2REF signal is used as trigger output
Sourcepub fn is_compare_oc3(&self) -> bool
pub fn is_compare_oc3(&self) -> bool
OC3REF signal is used as trigger output
Sourcepub fn is_compare_oc4(&self) -> bool
pub fn is_compare_oc4(&self) -> bool
OC4REF signal is used as trigger output