[][src]Enum stm32l0xx_hal::device::syscfg::exticr2::EXTI7R

pub enum EXTI7R {
    PA7,
    PB7,
    PC7,
    PD7,
    PE7,
    _Reserved(u8),
}

Possible values of the field EXTI7

Variants

PA7

Select PA7 as the source input for the EXTI7 external interrupt

PB7

Select PB7 as the source input for the EXTI7 external interrupt

PC7

Select PC7 as the source input for the EXTI7 external interrupt

PD7

Select PD7 as the source input for the EXTI7 external interrupt

PE7

Select PE7 as the source input for the EXTI7 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI7R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PA7

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

Checks if the value of the field is PB7

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

Checks if the value of the field is PC7

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

Checks if the value of the field is PD7

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

Checks if the value of the field is PE7

Trait Implementations

impl PartialEq<EXTI7R> for EXTI7R[src]

impl Debug for EXTI7R[src]

impl Copy for EXTI7R[src]

impl Clone for EXTI7R[src]

Auto Trait Implementations

impl Unpin for EXTI7R

impl Send for EXTI7R

impl Sync for EXTI7R

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