[][src]Enum stm32l0xx_hal::pac::syscfg::exticr2::EXTI4R

pub enum EXTI4R {
    PA4,
    PB4,
    PC4,
    PD4,
    PE4,
    _Reserved(u8),
}

Possible values of the field EXTI4

Variants

PA4

Select PA4 as the source input for the EXTI4 external interrupt

PB4

Select PB4 as the source input for the EXTI4 external interrupt

PC4

Select PC4 as the source input for the EXTI4 external interrupt

PD4

Select PD4 as the source input for the EXTI4 external interrupt

PE4

Select PE4 as the source input for the EXTI4 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI4R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PA4

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

Checks if the value of the field is PB4

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

Checks if the value of the field is PC4

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

Checks if the value of the field is PD4

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

Checks if the value of the field is PE4

Trait Implementations

impl PartialEq<EXTI4R> for EXTI4R[src]

impl Debug for EXTI4R[src]

impl Copy for EXTI4R[src]

impl Clone for EXTI4R[src]

Auto Trait Implementations

impl Unpin for EXTI4R

impl Send for EXTI4R

impl Sync for EXTI4R

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