[][src]Enum efr32xg1::adc0::scaninputsel::INPUT0TO7SELR

pub enum INPUT0TO7SELR {
    APORT0CH0TO7,
    APORT0CH8TO15,
    APORT1CH0TO7,
    APORT1CH8TO15,
    APORT1CH16TO23,
    APORT1CH24TO31,
    APORT2CH0TO7,
    APORT2CH8TO15,
    APORT2CH16TO23,
    APORT2CH24TO31,
    APORT3CH0TO7,
    APORT3CH8TO15,
    APORT3CH16TO23,
    APORT3CH24TO31,
    APORT4CH0TO7,
    APORT4CH8TO15,
    APORT4CH16TO23,
    APORT4CH24TO31,
    _Reserved(u8),
}

Possible values of the field INPUT0TO7SEL

Variants

APORT0CH0TO7

undocumented

APORT0CH8TO15

undocumented

APORT1CH0TO7

undocumented

APORT1CH8TO15

undocumented

APORT1CH16TO23

undocumented

APORT1CH24TO31

undocumented

APORT2CH0TO7

undocumented

APORT2CH8TO15

undocumented

APORT2CH16TO23

undocumented

APORT2CH24TO31

undocumented

APORT3CH0TO7

undocumented

APORT3CH8TO15

undocumented

APORT3CH16TO23

undocumented

APORT3CH24TO31

undocumented

APORT4CH0TO7

undocumented

APORT4CH8TO15

undocumented

APORT4CH16TO23

undocumented

APORT4CH24TO31

undocumented

_Reserved(u8)

Reserved

Methods

impl INPUT0TO7SELR
[src]

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

Value of the field as raw bits

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

Checks if the value of the field is APORT0CH0TO7

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

Checks if the value of the field is APORT0CH8TO15

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

Checks if the value of the field is APORT1CH0TO7

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

Checks if the value of the field is APORT1CH8TO15

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

Checks if the value of the field is APORT1CH16TO23

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

Checks if the value of the field is APORT1CH24TO31

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

Checks if the value of the field is APORT2CH0TO7

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

Checks if the value of the field is APORT2CH8TO15

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

Checks if the value of the field is APORT2CH16TO23

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

Checks if the value of the field is APORT2CH24TO31

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

Checks if the value of the field is APORT3CH0TO7

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

Checks if the value of the field is APORT3CH8TO15

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

Checks if the value of the field is APORT3CH16TO23

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

Checks if the value of the field is APORT3CH24TO31

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

Checks if the value of the field is APORT4CH0TO7

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

Checks if the value of the field is APORT4CH8TO15

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

Checks if the value of the field is APORT4CH16TO23

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

Checks if the value of the field is APORT4CH24TO31

Trait Implementations

impl Copy for INPUT0TO7SELR
[src]

impl PartialEq<INPUT0TO7SELR> for INPUT0TO7SELR
[src]

impl Clone for INPUT0TO7SELR
[src]

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

Performs copy-assignment from source. Read more

impl Debug for INPUT0TO7SELR
[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]