[][src]Enum efm32gg11b820::csen::scaninputsel0::INPUT8TO15SELR

pub enum INPUT8TO15SELR {
    APORT1CH0TO7,
    APORT1CH8TO15,
    APORT1CH16TO23,
    APORT1CH24TO31,
    APORT3CH0TO7,
    APORT3CH8TO15,
    APORT3CH16TO23,
    APORT3CH24TO31,
    _Reserved(u8),
}

Possible values of the field INPUT8TO15SEL

Variants

APORT1CH0TO7

undocumented

APORT1CH8TO15

undocumented

APORT1CH16TO23

undocumented

APORT1CH24TO31

undocumented

APORT3CH0TO7

undocumented

APORT3CH8TO15

undocumented

APORT3CH16TO23

undocumented

APORT3CH24TO31

undocumented

_Reserved(u8)

Reserved

Methods

impl INPUT8TO15SELR[src]

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

Value of the field as raw bits

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_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

Trait Implementations

impl Copy for INPUT8TO15SELR[src]

impl Debug for INPUT8TO15SELR[src]

impl PartialEq<INPUT8TO15SELR> for INPUT8TO15SELR[src]

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