[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr4::EXTI14W

pub enum EXTI14W {
    PA14,
    PB14,
    PC14,
    PD14,
    PE14,
}

Values that can be written to the field EXTI14

Variants

PA14

Select PA14 as the source input for the EXTI14 external interrupt

PB14

Select PB14 as the source input for the EXTI14 external interrupt

PC14

Select PC14 as the source input for the EXTI14 external interrupt

PD14

Select PD14 as the source input for the EXTI14 external interrupt

PE14

Select PE14 as the source input for the EXTI14 external interrupt

Trait Implementations

impl PartialEq<EXTI14W> for EXTI14W[src]

impl Debug for EXTI14W[src]

impl Copy for EXTI14W[src]

impl Clone for EXTI14W[src]

Auto Trait Implementations

impl Unpin for EXTI14W

impl Send for EXTI14W

impl Sync for EXTI14W

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