[][src]Enum stm32l0xx_hal::device::syscfg::exticr3::EXTI8W

pub enum EXTI8W {
    PA8,
    PB8,
    PC8,
    PD8,
    PE8,
    PH8,
}

Values that can be written to the field EXTI8

Variants

PA8

Select PA8 as the source input for the EXTI8 external interrupt

PB8

Select PB8 as the source input for the EXTI8 external interrupt

PC8

Select PC8 as the source input for the EXTI8 external interrupt

PD8

Select PD8 as the source input for the EXTI8 external interrupt

PE8

Select PE8 as the source input for the EXTI8 external interrupt

PH8

Select PH8 as the source input for the EXTI8 external interrupt

Trait Implementations

impl PartialEq<EXTI8W> for EXTI8W[src]

impl Debug for EXTI8W[src]

impl Copy for EXTI8W[src]

impl Clone for EXTI8W[src]

Auto Trait Implementations

impl Unpin for EXTI8W

impl Send for EXTI8W

impl Sync for EXTI8W

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