[][src]Enum stm32l0xx_hal::stm32::syscfg::exticr3::EXTI8R

pub enum EXTI8R {
    PA8,
    PB8,
    PC8,
    PD8,
    PE8,
    PH8,
    _Reserved(u8),
}

Possible values of the field EXTI8

Variants

PA8

Select PA8 as the source input for the EXTI8 external interrupt

PB8

Select PB8 as the source input for the EXTI8 external interrupt

PC8

Select PC8 as the source input for the EXTI8 external interrupt

PD8

Select PD8 as the source input for the EXTI8 external interrupt

PE8

Select PE8 as the source input for the EXTI8 external interrupt

PH8

Select PH8 as the source input for the EXTI8 external interrupt

_Reserved(u8)

Reserved

Methods

impl EXTI8R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PA8

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

Checks if the value of the field is PB8

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

Checks if the value of the field is PC8

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

Checks if the value of the field is PD8

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

Checks if the value of the field is PE8

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

Checks if the value of the field is PH8

Trait Implementations

impl PartialEq<EXTI8R> for EXTI8R[src]

impl Debug for EXTI8R[src]

impl Copy for EXTI8R[src]

impl Clone for EXTI8R[src]

Auto Trait Implementations

impl Unpin for EXTI8R

impl Send for EXTI8R

impl Sync for EXTI8R

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