[][src]Enum stm32l0xx_hal::device::syscfg::exticr1::EXTI1W

pub enum EXTI1W {
    PA1,
    PB1,
    PC1,
    PD1,
    PE1,
    PH1,
}

Values that can be written to the field EXTI1

Variants

PA1

Select PA1 as the source input for the EXTI1 external interrupt

PB1

Select PB1 as the source input for the EXTI1 external interrupt

PC1

Select PC1 as the source input for the EXTI1 external interrupt

PD1

Select PD1 as the source input for the EXTI1 external interrupt

PE1

Select PE1 as the source input for the EXTI1 external interrupt

PH1

Select PH1 as the source input for the EXTI1 external interrupt

Trait Implementations

impl PartialEq<EXTI1W> for EXTI1W[src]

impl Debug for EXTI1W[src]

impl Copy for EXTI1W[src]

impl Clone for EXTI1W[src]

Auto Trait Implementations

impl Unpin for EXTI1W

impl Send for EXTI1W

impl Sync for EXTI1W

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