[][src]Enum efm32gg11b820::adc0::scaninputsel::INPUT16TO23SELR

pub enum INPUT16TO23SELR {
    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 INPUT16TO23SEL

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 INPUT16TO23SELR[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 INPUT16TO23SELR[src]

impl Debug for INPUT16TO23SELR[src]

impl PartialEq<INPUT16TO23SELR> for INPUT16TO23SELR[src]

impl Clone for INPUT16TO23SELR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

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