Enum efr32xg12p::acmp0::extifctrl::APORTSELR [] [src]

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 used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0XCH0.

APORT0Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0YCH0.

APORT1X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT1Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT1X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

APORT2X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT2Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT2Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

APORT3X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT3Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT3X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

APORT4X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

APORT4Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

APORT4Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

Reserved

Methods

impl APORTSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is APORT0X

[src]

Checks if the value of the field is APORT0Y

[src]

Checks if the value of the field is APORT1X

[src]

Checks if the value of the field is APORT1Y

[src]

Checks if the value of the field is APORT1XY

[src]

Checks if the value of the field is APORT2X

[src]

Checks if the value of the field is APORT2Y

[src]

Checks if the value of the field is APORT2YX

[src]

Checks if the value of the field is APORT3X

[src]

Checks if the value of the field is APORT3Y

[src]

Checks if the value of the field is APORT3XY

[src]

Checks if the value of the field is APORT4X

[src]

Checks if the value of the field is APORT4Y

[src]

Checks if the value of the field is APORT4YX

Trait Implementations

impl Clone for APORTSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for APORTSELR
[src]

impl Debug for APORTSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for APORTSELR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.