[][src]Enum stm32f3xx_hal_v2::stm32::syscfg::exticr4::EXTI13_A

#[repr(u8)]pub enum EXTI13_A {
    PA13,
    PB13,
    PC13,
    PD13,
    PE13,
    PF13,
    PG13,
}

EXTI 13 configuration bits

Value on reset: 0

Variants

PA13

0: Select PA13 as the source input for the EXTI13 external interrupt

PB13

1: Select PB13 as the source input for the EXTI13 external interrupt

PC13

2: Select PC13 as the source input for the EXTI13 external interrupt

PD13

3: Select PD13 as the source input for the EXTI13 external interrupt

PE13

4: Select PE13 as the source input for the EXTI13 external interrupt

PF13

5: Select PF13 as the source input for the EXTI13 external interrupt

PG13

6: Select PG13 as the source input for the EXTI13 external interrupt

Trait Implementations

impl Clone for EXTI13_A[src]

impl Copy for EXTI13_A[src]

impl Debug for EXTI13_A[src]

impl PartialEq<EXTI13_A> for EXTI13_A[src]

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