#[repr(u8)]
pub enum JEXTSEL_A {
Show 21 variants Tim1Trgo, Tim1Cc4, Tim2Trgo, Tim2Cc1, Tim3Cc4, Tim4Trgo, Exti15, Tim8Cc4, Tim1Trgo2, Tim8Trgo, Tim8Trgo2, Tim3Cc3, Tim3Trgo, Tim3Cc1, Tim6Trgo, Tim15Trgo, Hrtim1Adctrg2, Hrtim1Adctrg4, Lptim1Out, Lptim2Out, Lptim3Out,
}
Expand description

ADC group injected external trigger source

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

Tim4Trgo

5: Timer 4 TRGO event

Exti15

6: EXTI line 15

Tim8Cc4

7: Timer 8 CC4 event

Tim1Trgo2

8: Timer 1 TRGO2 event

Tim8Trgo

9: Timer 8 TRGO event

Tim8Trgo2

10: Timer 8 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

Hrtim1Adctrg2

16: HRTIM1_ADCTRG2 event

Hrtim1Adctrg4

17: HRTIM1_ADCTRG4 event

Lptim1Out

18: LPTIM1_OUT event

Lptim2Out

19: LPTIM2_OUT event

Lptim3Out

20: LPTIM3_OUT 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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.