[][src]Enum efr32xg1::gpio::extipselh::EXTIPSEL9R

pub enum EXTIPSEL9R {
    PORTA,
    PORTB,
    PORTC,
    PORTD,
    PORTF,
    _Reserved(u8),
}

Possible values of the field EXTIPSEL9

Variants

PORTA

Port A group selected for external interrupt 9

PORTB

Port B group selected for external interrupt 9

PORTC

Port C group selected for external interrupt 9

PORTD

Port D group selected for external interrupt 9

PORTF

Port F group selected for external interrupt 9

_Reserved(u8)

Reserved

Methods

impl EXTIPSEL9R
[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_portf(&self) -> bool
[src]

Checks if the value of the field is PORTF

Trait Implementations

impl Debug for EXTIPSEL9R
[src]

impl PartialEq<EXTIPSEL9R> for EXTIPSEL9R
[src]

impl Copy for EXTIPSEL9R
[src]

impl Clone for EXTIPSEL9R
[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 EXTIPSEL9R

impl Sync for EXTIPSEL9R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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]