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

#[repr(u8)]pub enum JEXTSEL_A {
    TIM1TRGO,
    TIM1CC4,
    TIM2TRGO,
    TIM2CC1,
    TIM3CC4,
    TIM4TRGO,
    EXTI15,
    JSWSTART,
}

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

EXTI15

6: EXTI line15/TIM8_CC4 event (TIM8_CC4 is available only in high-density and XL-density devices)

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.