[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr1::EXTI0W

pub enum EXTI0W {
    PA0,
    PB0,
    PC0,
    PD0,
    PE0,
    PH0,
}

Values that can be written to the field EXTI0

Variants

PA0

Select PA0 as the source input for the EXTI0 external interrupt

PB0

Select PB0 as the source input for the EXTI0 external interrupt

PC0

Select PC0 as the source input for the EXTI0 external interrupt

PD0

Select PD0 as the source input for the EXTI0 external interrupt

PE0

Select PE0 as the source input for the EXTI0 external interrupt

PH0

Select PH0 as the source input for the EXTI0 external interrupt

Trait Implementations

impl PartialEq<EXTI0W> for EXTI0W[src]

impl Debug for EXTI0W[src]

impl Copy for EXTI0W[src]

impl Clone for EXTI0W[src]

Auto Trait Implementations

impl Unpin for EXTI0W

impl Send for EXTI0W

impl Sync for EXTI0W

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