[][src]Enum stm32l0xx_hal::pac::syscfg::exticr4::EXTI15_A

#[repr(u8)]pub enum EXTI15_A {
    PA15,
    PB15,
    PC15,
    PD15,
    PE15,
}

EXTI x configuration (x = 12 to 15)

Value on reset: 0

Variants

PA15

0: Select PA15 as the source input for the EXTI15 external interrupt

PB15

1: Select PB15 as the source input for the EXTI15 external interrupt

PC15

2: Select PC15 as the source input for the EXTI15 external interrupt

PD15

3: Select PD15 as the source input for the EXTI15 external interrupt

PE15

4: Select PE15 as the source input for the EXTI15 external interrupt

Trait Implementations

impl Clone for EXTI15_A[src]

impl Copy for EXTI15_A[src]

impl Debug for EXTI15_A[src]

impl PartialEq<EXTI15_A> for EXTI15_A[src]

impl StructuralPartialEq for EXTI15_A[src]

Auto Trait Implementations

impl Send for EXTI15_A

impl Sync for EXTI15_A

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