[][src]Enum stm32f0xx_hal::pac::syscfg::exticr3::EXTI11_A

#[repr(u8)]pub enum EXTI11_A {
    PE11,
    PA11,
    PB11,
    PC11,
    PD11,
    PF11,
}

EXTI 11 configuration bits

Value on reset: 0

Variants

PE11

4: Select PE11 as the source input for the EXTI11 external interrupt

PA11

0: Select PA11 as the source input for the EXTI11 external interrupt

PB11

1: Select PB11 as the source input for the EXTI11 external interrupt

PC11

2: Select PC11 as the source input for the EXTI11 external interrupt

PD11

3: Select PD11 as the source input for the EXTI11 external interrupt

PF11

5: Select PF11 as the source input for the EXTI11 external interrupt

Trait Implementations

impl Clone for EXTI11_A[src]

impl Copy for EXTI11_A[src]

impl Debug for EXTI11_A[src]

impl PartialEq<EXTI11_A> for EXTI11_A[src]

Auto Trait Implementations

impl Send for EXTI11_A

impl Sync for EXTI11_A

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