[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr1::EXTI2R

pub enum EXTI2R {
    PA2,
    PB2,
    PC2,
    PD2,
    PE2,
    PH2,
    _Reserved(u8),
}

Possible values of the field EXTI2

Variants

PA2

Select PA2 as the source input for the EXTI2 external interrupt

PB2

Select PB2 as the source input for the EXTI2 external interrupt

PC2

Select PC2 as the source input for the EXTI2 external interrupt

PD2

Select PD2 as the source input for the EXTI2 external interrupt

PE2

Select PE2 as the source input for the EXTI2 external interrupt

PH2

Select PH2 as the source input for the EXTI2 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI2R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PA2

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

Checks if the value of the field is PB2

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

Checks if the value of the field is PC2

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

Checks if the value of the field is PD2

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

Checks if the value of the field is PE2

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

Checks if the value of the field is PH2

Trait Implementations

impl PartialEq<EXTI2R> for EXTI2R[src]

impl Debug for EXTI2R[src]

impl Copy for EXTI2R[src]

impl Clone for EXTI2R[src]

Auto Trait Implementations

impl Unpin for EXTI2R

impl Send for EXTI2R

impl Sync for EXTI2R

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