[][src]Enum stm32f0xx_hal::pac::syscfg::exticr4::EXTI12_A

#[repr(u8)]pub enum EXTI12_A {
    PE12,
    PA12,
    PB12,
    PC12,
    PD12,
    PF12,
}

EXTI 12 configuration bits

Value on reset: 0

Variants

PE12

4: Select PE12 as the source input for the EXTI12 external interrupt

PA12

0: Select PA12 as the source input for the EXTI12 external interrupt

PB12

1: Select PB12 as the source input for the EXTI12 external interrupt

PC12

2: Select PC12 as the source input for the EXTI12 external interrupt

PD12

3: Select PD12 as the source input for the EXTI12 external interrupt

PF12

5: Select PF12 as the source input for the EXTI12 external interrupt

Trait Implementations

impl Clone for EXTI12_A[src]

impl Copy for EXTI12_A[src]

impl Debug for EXTI12_A[src]

impl PartialEq<EXTI12_A> for EXTI12_A[src]

Auto Trait Implementations

impl Send for EXTI12_A

impl Sync for EXTI12_A

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