[][src]Enum stm32f3xx_hal_v2::pac::syscfg::exticr4::EXTI14_A

#[repr(u8)]pub enum EXTI14_A {
    PA14,
    PB14,
    PC14,
    PD14,
    PE14,
    PF14,
    PG14,
}

EXTI 14 configuration bits

Value on reset: 0

Variants

PA14

0: Select PA14 as the source input for the EXTI14 external interrupt

PB14

1: Select PB14 as the source input for the EXTI14 external interrupt

PC14

2: Select PC14 as the source input for the EXTI14 external interrupt

PD14

3: Select PD14 as the source input for the EXTI14 external interrupt

PE14

4: Select PE14 as the source input for the EXTI14 external interrupt

PF14

5: Select PF14 as the source input for the EXTI14 external interrupt

PG14

6: Select PG14 as the source input for the EXTI14 external interrupt

Trait Implementations

impl Clone for EXTI14_A[src]

impl Copy for EXTI14_A[src]

impl Debug for EXTI14_A[src]

impl PartialEq<EXTI14_A> for EXTI14_A[src]

impl StructuralPartialEq for EXTI14_A[src]

Auto Trait Implementations

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.