[][src]Enum stm32f1xx_hal::stm32::adc3::cr2::JEXTSEL_A

pub enum JEXTSEL_A {
    TIM1TRGO,
    TIM1CC4,
    TIM4CC3,
    TIM8CC2,
    TIM8CC4,
    TIM5TRGO,
    TIM5CC4,
    JSWSTART,
}

External event select for injected group

Value on reset: 0

Variants

TIM1TRGO

0: Timer 1 TRGO event

TIM1CC4

1: Timer 1 CC4 event

TIM4CC3

2: Timer 4 CC3 event

TIM8CC2

3: Timer 8 CC2 event

TIM8CC4

4: Timer 8 CC4 event

TIM5TRGO

5: Timer 5 TRGO event

TIM5CC4

6: Timer 5 CC4 event

JSWSTART

7: JSWSTART

Trait Implementations

impl Clone for JEXTSEL_A[src]

impl Copy for JEXTSEL_A[src]

impl Debug for JEXTSEL_A[src]

impl PartialEq<JEXTSEL_A> for JEXTSEL_A[src]

impl StructuralPartialEq for JEXTSEL_A[src]

Auto Trait Implementations

impl Send for JEXTSEL_A

impl Sync for JEXTSEL_A

impl Unpin for JEXTSEL_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.