[][src]Enum stm32f0xx_hal::stm32::syscfg::exticr2::EXTI7_A

#[repr(u8)]pub enum EXTI7_A {
    PE7,
    PA7,
    PB7,
    PC7,
    PD7,
    PF7,
}

EXTI 7 configuration bits

Value on reset: 0

Variants

PE7

4: Select PE7 as the source input for the EXTI7 external interrupt

PA7

0: Select PA7 as the source input for the EXTI7 external interrupt

PB7

1: Select PB7 as the source input for the EXTI7 external interrupt

PC7

2: Select PC7 as the source input for the EXTI7 external interrupt

PD7

3: Select PD7 as the source input for the EXTI7 external interrupt

PF7

5: Select PF7 as the source input for the EXTI7 external interrupt

Trait Implementations

impl Clone for EXTI7_A[src]

impl Copy for EXTI7_A[src]

impl Debug for EXTI7_A[src]

impl PartialEq<EXTI7_A> for EXTI7_A[src]

Auto Trait Implementations

impl Send for EXTI7_A

impl Sync for EXTI7_A

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