[][src]Enum efr32xg1::gpio::extipinselh::EXTIPINSEL10R

pub enum EXTIPINSEL10R {
    PIN8,
    PIN9,
    PIN10,
    PIN11,
}

Possible values of the field EXTIPINSEL10

Variants

PIN8

Pin 8

PIN9

Pin 9

PIN10

Pin 10

PIN11

Pin 11

Methods

impl EXTIPINSEL10R
[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PIN8

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

Checks if the value of the field is PIN9

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

Checks if the value of the field is PIN10

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

Checks if the value of the field is PIN11

Trait Implementations

impl Copy for EXTIPINSEL10R
[src]

impl PartialEq<EXTIPINSEL10R> for EXTIPINSEL10R
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for EXTIPINSEL10R
[src]

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

Performs copy-assignment from source. Read more

impl Debug for EXTIPINSEL10R
[src]

Auto Trait Implementations

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]