[]Enum stm32f072b_disco::syscfg::exticr2::EXTI6R

pub enum EXTI6R {
    PE6,
    PA6,
    PB6,
    PC6,
    PD6,
    PF6,
    _Reserved(u8),
}

Possible values of the field EXTI6

Variants

PE6

Select PE6 as the source input for the EXTI6 external interrupt

PA6

Select PA6 as the source input for the EXTI6 external interrupt

PB6

Select PB6 as the source input for the EXTI6 external interrupt

PC6

Select PC6 as the source input for the EXTI6 external interrupt

PD6

Select PD6 as the source input for the EXTI6 external interrupt

PF6

Select PF6 as the source input for the EXTI6 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI6R

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_pe6(&self) -> bool

Checks if the value of the field is PE6

pub fn is_pa6(&self) -> bool

Checks if the value of the field is PA6

pub fn is_pb6(&self) -> bool

Checks if the value of the field is PB6

pub fn is_pc6(&self) -> bool

Checks if the value of the field is PC6

pub fn is_pd6(&self) -> bool

Checks if the value of the field is PD6

pub fn is_pf6(&self) -> bool

Checks if the value of the field is PF6

Trait Implementations

impl PartialEq<EXTI6R> for EXTI6R

impl Clone for EXTI6R

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

Performs copy-assignment from source. Read more

impl Copy for EXTI6R

impl Debug for EXTI6R

Auto Trait Implementations

impl Send for EXTI6R

impl Sync for EXTI6R

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self