[][src]Enum stm32f3xx_hal_v2::stm32::syscfg::exticr3::EXTI8_A

#[repr(u8)]pub enum EXTI8_A {
    PA8,
    PB8,
    PC8,
    PD8,
    PE8,
    PF8,
    PG8,
}

EXTI 8 configuration bits

Value on reset: 0

Variants

PA8

0: Select PA8 as the source input for the EXTI8 external interrupt

PB8

1: Select PB8 as the source input for the EXTI8 external interrupt

PC8

2: Select PC8 as the source input for the EXTI8 external interrupt

PD8

3: Select PD8 as the source input for the EXTI8 external interrupt

PE8

4: Select PE8 as the source input for the EXTI8 external interrupt

PF8

5: Select PF8 as the source input for the EXTI8 external interrupt

PG8

6: Select PG8 as the source input for the EXTI8 external interrupt

Trait Implementations

impl Clone for EXTI8_A[src]

impl Copy for EXTI8_A[src]

impl Debug for EXTI8_A[src]

impl PartialEq<EXTI8_A> for EXTI8_A[src]

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