[][src]Enum stm32l0xx_hal::pac::syscfg::exticr3::EXTI9W

pub enum EXTI9W {
    PA9,
    PB9,
    PC9,
    PD9,
    PE9,
    PH9,
}

Values that can be written to the field EXTI9

Variants

PA9

Select PA9 as the source input for the EXTI9 external interrupt

PB9

Select PB9 as the source input for the EXTI9 external interrupt

PC9

Select PC9 as the source input for the EXTI9 external interrupt

PD9

Select PD9 as the source input for the EXTI9 external interrupt

PE9

Select PE9 as the source input for the EXTI9 external interrupt

PH9

Select PH9 as the source input for the EXTI9 external interrupt

Trait Implementations

impl PartialEq<EXTI9W> for EXTI9W[src]

impl Debug for EXTI9W[src]

impl Copy for EXTI9W[src]

impl Clone for EXTI9W[src]

Auto Trait Implementations

impl Unpin for EXTI9W

impl Send for EXTI9W

impl Sync for EXTI9W

Blanket Implementations

impl<T> From<T> for T[src]

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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self