[][src]Enum stm32f0xx_hal::stm32::syscfg::exticr1::EXTI2_A

#[repr(u8)]pub enum EXTI2_A {
    PE2,
    PA2,
    PB2,
    PC2,
    PD2,
    PF2,
}

EXTI 2 configuration bits

Value on reset: 0

Variants

PE2

4: Select PE2 as the source input for the EXTI2 external interrupt

PA2

0: Select PA2 as the source input for the EXTI2 external interrupt

PB2

1: Select PB2 as the source input for the EXTI2 external interrupt

PC2

2: Select PC2 as the source input for the EXTI2 external interrupt

PD2

3: Select PD2 as the source input for the EXTI2 external interrupt

PF2

5: Select PF2 as the source input for the EXTI2 external interrupt

Trait Implementations

impl Clone for EXTI2_A[src]

impl Copy for EXTI2_A[src]

impl Debug for EXTI2_A[src]

impl PartialEq<EXTI2_A> for EXTI2_A[src]

Auto Trait Implementations

impl Send for EXTI2_A

impl Sync for EXTI2_A

impl Unpin for EXTI2_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.