[][src]Enum stm32f0xx_hal::pac::syscfg::exticr2::EXTI6_A

#[repr(u8)]pub enum EXTI6_A {
    PE6,
    PA6,
    PB6,
    PC6,
    PD6,
    PF6,
}

EXTI 6 configuration bits

Value on reset: 0

Variants

PE6

4: Select PE6 as the source input for the EXTI6 external interrupt

PA6

0: Select PA6 as the source input for the EXTI6 external interrupt

PB6

1: Select PB6 as the source input for the EXTI6 external interrupt

PC6

2: Select PC6 as the source input for the EXTI6 external interrupt

PD6

3: Select PD6 as the source input for the EXTI6 external interrupt

PF6

5: Select PF6 as the source input for the EXTI6 external interrupt

Trait Implementations

impl Clone for EXTI6_A[src]

impl Copy for EXTI6_A[src]

impl Debug for EXTI6_A[src]

impl PartialEq<EXTI6_A> for EXTI6_A[src]

Auto Trait Implementations

impl Send for EXTI6_A

impl Sync for EXTI6_A

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