#[repr(u8)]
pub enum EXTSEL_A {
Show 14 variants Tim1Cc1, Tim1Cc2, Tim1Cc3, Tim2Cc2, Tim3Trgo, Exti11, HrtimAdctrg1, HrtimAdctrg3, Tim1Trgo, Tim1Trgo2, Tim2Trgo, Tim6Trgo, Tim15Trgo, Tim3Cc4,
}
Expand description

External trigger selection for regular group

Value on reset: 0

Variants

Tim1Cc1

0: Timer 1 CC1 event

Tim1Cc2

1: Timer 1 CC2 event

Tim1Cc3

2: Timer 1 CC3 event

Tim2Cc2

3: Timer 2 CC2 event

Tim3Trgo

4: Timer 3 TRGO event

Exti11

6: EXTI line 11

HrtimAdctrg1

7: HRTIM_ADCTRG1 event

HrtimAdctrg3

8: HRTIM_ADCTRG3 event

Tim1Trgo

9: Timer 1 TRGO event

Tim1Trgo2

10: Timer 1 TRGO2 event

Tim2Trgo

11: Timer 2 TRGO event

Tim6Trgo

13: Timer 6 TRGO event

Tim15Trgo

14: Timer 15 TRGO event

Tim3Cc4

15: Timer 3 CC4 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.