[]Enum nucleo_f042k6::stm32::syscfg::exticr2::EXTI6W

pub enum EXTI6W {
    PE6,
    PA6,
    PB6,
    PC6,
    PD6,
    PF6,
}

Values that can be written to the field EXTI6

Variants

PE6

Select PE6 as the source input for the EXTI6 external interrupt

PA6

Select PA6 as the source input for the EXTI6 external interrupt

PB6

Select PB6 as the source input for the EXTI6 external interrupt

PC6

Select PC6 as the source input for the EXTI6 external interrupt

PD6

Select PD6 as the source input for the EXTI6 external interrupt

PF6

Select PF6 as the source input for the EXTI6 external interrupt

Trait Implementations

impl PartialEq<EXTI6W> for EXTI6W

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for EXTI6W

impl Debug for EXTI6W

impl Clone for EXTI6W

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for EXTI6W

impl Sync for EXTI6W

impl Send for EXTI6W

Blanket Implementations

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> From<T> for 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