[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr2::EXTI6R

pub enum EXTI6R {
    PA6,
    PB6,
    PC6,
    PD6,
    PE6,
    _Reserved(u8),
}

Possible values of the field EXTI6

Variants

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

PE6

Select PE6 as the source input for the EXTI6 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI6R[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_pa6(&self) -> bool[src]

Checks if the value of the field is PA6

pub fn is_pb6(&self) -> bool[src]

Checks if the value of the field is PB6

pub fn is_pc6(&self) -> bool[src]

Checks if the value of the field is PC6

pub fn is_pd6(&self) -> bool[src]

Checks if the value of the field is PD6

pub fn is_pe6(&self) -> bool[src]

Checks if the value of the field is PE6

Trait Implementations

impl PartialEq<EXTI6R> for EXTI6R[src]

impl Debug for EXTI6R[src]

impl Copy for EXTI6R[src]

impl Clone for EXTI6R[src]

Auto Trait Implementations

impl Unpin for EXTI6R

impl Send for EXTI6R

impl Sync for EXTI6R

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