Enum stm32f7xx_hal::pac::adc1::cr2::JEXTSEL_A[][src]

#[repr(u8)]
pub enum JEXTSEL_A {
Show 14 variants TIM1TRGO, TIM1CC4, TIM2TRGO, TIM2CC1, TIM3CC4, TIM4TRGO, TIM8CC4, TIM1TRGO2, TIM8TRGO, TIM8TRGO2, TIM3CC3, TIM5TRGO, TIM3CC1, TIM6TRGO,
}
Expand description

External event select 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

TIM4TRGO

5: Timer 4 TRGO event

TIM8CC4

7: Timer 8 CC4 event

TIM1TRGO2

8: Timer 1 TRGO(2) event

TIM8TRGO

9: Timer 8 TRGO event

TIM8TRGO2

10: Timer 8 TRGO(2) event

TIM3CC3

11: Timer 3 CC3 event

TIM5TRGO

12: Timer 5 TRGO event

TIM3CC1

13: Timer 3 CC1 event

TIM6TRGO

14: Timer 6 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

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.