[][src]Enum stm32f3xx_hal_v2::stm32::syscfg::exticr2::EXTI4_A

#[repr(u8)]pub enum EXTI4_A {
    PA4,
    PB4,
    PC4,
    PD4,
    PE4,
    PF4,
    PG4,
}

EXTI 4 configuration bits

Value on reset: 0

Variants

PA4

0: Select PA4 as the source input for the EXTI4 external interrupt

PB4

1: Select PB4 as the source input for the EXTI4 external interrupt

PC4

2: Select PC4 as the source input for the EXTI4 external interrupt

PD4

3: Select PD4 as the source input for the EXTI4 external interrupt

PE4

4: Select PE4 as the source input for the EXTI4 external interrupt

PF4

5: Select PF4 as the source input for the EXTI4 external interrupt

PG4

6: Select PG4 as the source input for the EXTI4 external interrupt

Trait Implementations

impl Clone for EXTI4_A[src]

impl Copy for EXTI4_A[src]

impl Debug for EXTI4_A[src]

impl PartialEq<EXTI4_A> for EXTI4_A[src]

impl StructuralPartialEq for EXTI4_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.