[][src]Enum efm32gg11b820::gpio::extipsell::EXTIPSEL2R

pub enum EXTIPSEL2R {
    PORTA,
    PORTB,
    PORTC,
    PORTD,
    PORTE,
    PORTF,
    PORTG,
    PORTH,
    PORTI,
    _Reserved(u8),
}

Possible values of the field EXTIPSEL2

Variants

PORTA

Port A group selected for external interrupt 2

PORTB

Port B group selected for external interrupt 2

PORTC

Port C group selected for external interrupt 2

PORTD

Port D group selected for external interrupt 2

PORTE

Port E group selected for external interrupt 2

PORTF

Port F group selected for external interrupt 2

PORTG

Port G group selected for external interrupt 2

PORTH

Port H group selected for external interrupt 2

PORTI

Port I group selected for external interrupt 2

_Reserved(u8)

Reserved

Methods

impl EXTIPSEL2R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PORTA

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

Checks if the value of the field is PORTB

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

Checks if the value of the field is PORTC

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

Checks if the value of the field is PORTD

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

Checks if the value of the field is PORTE

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

Checks if the value of the field is PORTF

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

Checks if the value of the field is PORTG

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

Checks if the value of the field is PORTH

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

Checks if the value of the field is PORTI

Trait Implementations

impl Copy for EXTIPSEL2R[src]

impl Debug for EXTIPSEL2R[src]

impl PartialEq<EXTIPSEL2R> for EXTIPSEL2R[src]

impl Clone for EXTIPSEL2R[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EXTIPSEL2R

impl Sync for EXTIPSEL2R

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