[][src]Enum stm32l0xx_hal::device::adc::cfgr1::EXTSELW

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

Values that can be written to the field EXTSEL

Variants

TIM6_TRGO

Timer 6 TRGO event

TIM21_CH2

Timer 21 CH2 event

TIM2_TRGO

Timer 2 TRGO event

TIM2_CH4

Timer 2 CH4 event

TIM22_TRGO

Timer 22 TRGO, Timer 21 TRGO event

TIM2_CH3

Timer 2 CH3 event

TIM3_TRGO

Timer 3 TRGO event

EXTI_LINE11

EXTI line 11 event

Trait Implementations

impl PartialEq<EXTSELW> for EXTSELW[src]

impl Debug for EXTSELW[src]

impl Copy for EXTSELW[src]

impl Clone for EXTSELW[src]

Auto Trait Implementations

impl Unpin for EXTSELW

impl Send for EXTSELW

impl Sync for EXTSELW

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