#[repr(u8)]
pub enum MMS_A {
    Reset,
    Enable,
    Update,
    ComparePulse,
    CompareOc1,
    CompareOc2,
    CompareOc3,
    CompareOc4,
}
Expand description

Master mode selection

Value on reset: 0

Variants

Reset

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

Enable

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

Update

2: The update event is selected as trigger output

ComparePulse

3: 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

CompareOc1

4: OC1REF signal is used as trigger output

CompareOc2

5: OC2REF signal is used as trigger output

CompareOc3

6: OC3REF signal is used as trigger output

CompareOc4

7: OC4REF signal is used as trigger output

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.