[][src]Enum stm32l0::stm32l0x3::adc::cfgr1::EXTSEL_A

pub enum EXTSEL_A {
    TIM6_TRGO,
    TIM21_CH2,
    TIM2_TRGO,
    TIM2_CH4,
    TIM22_TRGO,
    TIM2_CH3,
    TIM3_TRGO,
    EXTI_LINE11,
}

External trigger selection

Value on reset: 0

Variants

TIM6_TRGO

0: Timer 6 TRGO event

TIM21_CH2

1: Timer 21 CH2 event

TIM2_TRGO

2: Timer 2 TRGO event

TIM2_CH4

3: Timer 2 CH4 event

TIM22_TRGO

4: Timer 22 TRGO, Timer 21 TRGO event

TIM2_CH3

5: Timer 2 CH3 event

TIM3_TRGO

6: Timer 3 TRGO event

EXTI_LINE11

7: EXTI line 11 event

Trait Implementations

impl From<EXTSEL_A> for u8[src]

impl Debug for EXTSEL_A[src]

impl PartialEq<EXTSEL_A> for EXTSEL_A[src]

impl Copy for EXTSEL_A[src]

impl StructuralPartialEq for EXTSEL_A[src]

impl Clone for EXTSEL_A[src]

Auto Trait Implementations

impl Unpin for EXTSEL_A

impl Send for EXTSEL_A

impl Sync for EXTSEL_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self