[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr4::EXTI14R

pub enum EXTI14R {
    PA14,
    PB14,
    PC14,
    PD14,
    PE14,
    _Reserved(u8),
}

Possible values of the field EXTI14

Variants

PA14

Select PA14 as the source input for the EXTI14 external interrupt

PB14

Select PB14 as the source input for the EXTI14 external interrupt

PC14

Select PC14 as the source input for the EXTI14 external interrupt

PD14

Select PD14 as the source input for the EXTI14 external interrupt

PE14

Select PE14 as the source input for the EXTI14 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI14R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PA14

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

Checks if the value of the field is PB14

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

Checks if the value of the field is PC14

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

Checks if the value of the field is PD14

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

Checks if the value of the field is PE14

Trait Implementations

impl PartialEq<EXTI14R> for EXTI14R[src]

impl Debug for EXTI14R[src]

impl Copy for EXTI14R[src]

impl Clone for EXTI14R[src]

Auto Trait Implementations

impl Unpin for EXTI14R

impl Send for EXTI14R

impl Sync for EXTI14R

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