[][src]Enum stm32l0xx_hal::device::syscfg::exticr1::EXTI2W

pub enum EXTI2W {
    PA2,
    PB2,
    PC2,
    PD2,
    PE2,
    PH2,
}

Values that can be written to the field EXTI2

Variants

PA2

Select PA2 as the source input for the EXTI2 external interrupt

PB2

Select PB2 as the source input for the EXTI2 external interrupt

PC2

Select PC2 as the source input for the EXTI2 external interrupt

PD2

Select PD2 as the source input for the EXTI2 external interrupt

PE2

Select PE2 as the source input for the EXTI2 external interrupt

PH2

Select PH2 as the source input for the EXTI2 external interrupt

Trait Implementations

impl PartialEq<EXTI2W> for EXTI2W[src]

impl Debug for EXTI2W[src]

impl Copy for EXTI2W[src]

impl Clone for EXTI2W[src]

Auto Trait Implementations

impl Unpin for EXTI2W

impl Send for EXTI2W

impl Sync for EXTI2W

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