[][src]Enum efm32gg11b820::acmp2::extifctrl::APORTSELR

pub enum APORTSELR {
    APORT0X,
    APORT0Y,
    APORT1X,
    APORT1Y,
    APORT1XY,
    APORT2X,
    APORT2Y,
    APORT2YX,
    APORT3X,
    APORT3Y,
    APORT3XY,
    APORT4X,
    APORT4Y,
    APORT4YX,
    _Reserved(u8),
}

Possible values of the field APORTSEL

Variants

APORT0X

APORT0X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0XCH0.

APORT0Y

APORT0Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0YCH0.

APORT1X

APORT1X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT1Y

APORT1Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT1XY

APORT1X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT2X

APORT2X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT2Y

APORT2Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT2YX

APORT2Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT3X

APORT3X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT3Y

APORT3Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT3XY

APORT3X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT4X

APORT4X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

APORT4Y

APORT4Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

APORT4YX

APORT4Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

_Reserved(u8)

Reserved

Methods

impl APORTSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is APORT0X

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

Checks if the value of the field is APORT0Y

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

Checks if the value of the field is APORT1X

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

Checks if the value of the field is APORT1Y

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

Checks if the value of the field is APORT1XY

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

Checks if the value of the field is APORT2X

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

Checks if the value of the field is APORT2Y

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

Checks if the value of the field is APORT2YX

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

Checks if the value of the field is APORT3X

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

Checks if the value of the field is APORT3Y

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

Checks if the value of the field is APORT3XY

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

Checks if the value of the field is APORT4X

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

Checks if the value of the field is APORT4Y

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

Checks if the value of the field is APORT4YX

Trait Implementations

impl Copy for APORTSELR[src]

impl Debug for APORTSELR[src]

impl PartialEq<APORTSELR> for APORTSELR[src]

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

impl Sync for APORTSELR

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