#[repr(u8)]
pub enum JEXTSEL_A {
    Tim1Trgo,
    Tim1Cc4,
    Tim2Trgo,
    Tim2Cc1,
    Tim3Cc4,
    Exti15,
    Tim1Trgo2,
    Tim3Cc3,
    Tim3Trgo,
    Tim3Cc1,
    Tim6Trgo,
    Tim15Trgo,
}
Expand description

External Trigger Selection for injected group

Value on reset: 0

Variants

Tim1Trgo

0: Timer 1 TRGO event

Tim1Cc4

1: Timer 1 CC4 event

Tim2Trgo

2: Timer 2 TRGO event

Tim2Cc1

3: Timer 2 CC1 event

Tim3Cc4

4: Timer 3 CC4 event

Exti15

6: EXTI line 15

Tim1Trgo2

8: Timer 1 TRGO2 event

Tim3Cc3

11: Timer 3 CC3 event

Tim3Trgo

12: Timer 3 TRGO event

Tim3Cc1

13: Timer 3 CC1 event

Tim6Trgo

14: Timer 6 TRGO event

Tim15Trgo

15: Timer 15 TRGO event

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.