[]Enum nucleo_f042k6::syscfg::exticr3::EXTI9R

pub enum EXTI9R {
    PE9,
    PA9,
    PB9,
    PC9,
    PD9,
    PF9,
    _Reserved(u8),
}

Possible values of the field EXTI9

Variants

PE9

Select PE9 as the source input for the EXTI9 external interrupt

PA9

Select PA9 as the source input for the EXTI9 external interrupt

PB9

Select PB9 as the source input for the EXTI9 external interrupt

PC9

Select PC9 as the source input for the EXTI9 external interrupt

PD9

Select PD9 as the source input for the EXTI9 external interrupt

PF9

Select PF9 as the source input for the EXTI9 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI9R

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_pe9(&self) -> bool

Checks if the value of the field is PE9

pub fn is_pa9(&self) -> bool

Checks if the value of the field is PA9

pub fn is_pb9(&self) -> bool

Checks if the value of the field is PB9

pub fn is_pc9(&self) -> bool

Checks if the value of the field is PC9

pub fn is_pd9(&self) -> bool

Checks if the value of the field is PD9

pub fn is_pf9(&self) -> bool

Checks if the value of the field is PF9

Trait Implementations

impl PartialEq<EXTI9R> for EXTI9R

impl Copy for EXTI9R

impl Debug for EXTI9R

impl Clone for EXTI9R

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for EXTI9R

impl Sync for EXTI9R

impl Send for EXTI9R

Blanket Implementations

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> From<T> for 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