Type Alias MMS_R

Source
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

Source

pub const fn variant(&self) -> MMS

Get enumerated values variant

Source

pub fn is_reset(&self) -> bool

The UG bit from the TIMx_EGR register is used as trigger output

Source

pub fn is_enable(&self) -> bool

The counter enable signal, CNT_EN, is used as trigger output

Source

pub fn is_update(&self) -> bool

The update event is selected as trigger output

Source

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

Source

pub fn is_compare_oc1(&self) -> bool

OC1REF signal is used as trigger output

Source

pub fn is_compare_oc2(&self) -> bool

OC2REF signal is used as trigger output

Source

pub fn is_compare_oc3(&self) -> bool

OC3REF signal is used as trigger output

Source

pub fn is_compare_oc4(&self) -> bool

OC4REF signal is used as trigger output