#[repr(u8)]
pub enum MMS2_A {
Show 16 variants Reset, Enable, Update, ComparePulse, CompareOc1, CompareOc2, CompareOc3, CompareOc4, CompareOc5, CompareOc6, PulseOc4, PulseOc6, RisingOc46, RisingOc4FallingOc6, RisingOc56, RisingOc5FallingOc6,
}
Expand description

Master mode selection 2

Value on reset: 0

Variants

Reset

0: Reset - the UG bit from the TIMx_EGR register is used as trigger output (TRGO2). If the reset is generated by the trigger input (slave mode controller configured in reset mode), the signal on TRGO2 is delayed compared to the actual reset

Enable

1: Enable - the Counter Enable signal CNT_EN is used as trigger output (TRGO2). It is useful to start several timers at the same time or to control a window in which a slave timer is enabled. The Counter Enable signal is generated by a logic AND between the CEN control bit and the trigger input when configured in Gated mode. When the Counter Enable signal is controlled by the trigger input, there is a delay on TRGO2, except if the Master/Slave mode is selected (see the MSM bit description in TIMx_SMCR register)

Update

2: Update - the update event is selected as trigger output (TRGO2). For instance, a master timer can then be used as a prescaler for a slave timer

ComparePulse

3: Compare pulse - the trigger output sends a positive pulse when the CC1IF flag is to be set (even if it was already high), as soon as a capture or compare match occurs (TRGO2)

CompareOc1

4: Compare - OC1REFC signal is used as trigger output (TRGO2)

CompareOc2

5: Compare - OC2REFC signal is used as trigger output (TRGO2)

CompareOc3

6: Compare - OC3REFC signal is used as trigger output (TRGO2)

CompareOc4

7: Compare - OC4REFC signal is used as trigger output (TRGO2)

CompareOc5

8: Compare - OC5REFC signal is used as trigger output (TRGO2)

CompareOc6

9: Compare - OC6REFC signal is used as trigger output (TRGO2)

PulseOc4

10: Compare Pulse - OC4REFC rising or falling edges generate pulses on TRGO2

PulseOc6

11: Compare Pulse - OC6REFC rising or falling edges generate pulses on TRGO2

RisingOc46

12: Compare Pulse - OC4REFC or OC6REFC rising edges generate pulses on TRGO2

RisingOc4FallingOc6

13: Compare Pulse - OC4REFC rising or OC6REFC falling edges generate pulses on TRGO2

RisingOc56

14: Compare Pulse - OC5REFC or OC6REFC rising edges generate pulses on TRGO2

RisingOc5FallingOc6

15: Compare Pulse - OC5REFC rising or OC6REFC falling edges generate pulses on TRGO2

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.