Enum efr32xg12p::idac0::ctrl::APORTOUTSELR [] [src]

pub enum APORTOUTSELR {
    APORT1XCH0,
    APORT1YCH1,
    APORT1XCH2,
    APORT1YCH3,
    APORT1XCH4,
    APORT1YCH5,
    APORT1XCH6,
    APORT1YCH7,
    APORT1XCH8,
    APORT1YCH9,
    APORT1XCH10,
    APORT1YCH11,
    APORT1XCH12,
    APORT1YCH13,
    APORT1XCH14,
    APORT1YCH15,
    APORT1XCH16,
    APORT1YCH17,
    APORT1XCH18,
    APORT1YCH19,
    APORT1XCH20,
    APORT1YCH21,
    APORT1XCH22,
    APORT1YCH23,
    APORT1XCH24,
    APORT1YCH25,
    APORT1XCH26,
    APORT1YCH27,
    APORT1XCH28,
    APORT1YCH29,
    APORT1XCH30,
    APORT1YCH31,
    _Reserved(u8),
}

Possible values of the field APORTOUTSEL

Variants

APORT1X Channel 0

APORT1Y Channel 1

APORT1X Channel 2

APORT1Y Channel 3

APORT1X Channel 4

APORT1Y Channel 5

APORT1X Channel 6

APORT1Y Channel 7

APORT1X Channel 8

APORT1Y Channel 9

APORT1X Channel 10

APORT1Y Channel 11

APORT1X Channel 12

APORT1Y Channel 13

APORT1X Channel 14

APORT1Y Channel 15

APORT1X Channel 16

APORT1Y Channel 17

APORT1X Channel 18

APORT1Y Channel 19

APORT1X Channel 20

APORT1Y Channel 21

APORT1X Channel 22

APORT1Y Channel 23

APORT1X Channel 24

APORT1Y Channel 25

APORT1X Channel 26

APORT1Y Channel 27

APORT1X Channel 28

APORT1Y Channel 29

APORT1X Channel 30

APORT1Y Channel 31

Reserved

Methods

impl APORTOUTSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is APORT1XCH0

[src]

Checks if the value of the field is APORT1YCH1

[src]

Checks if the value of the field is APORT1XCH2

[src]

Checks if the value of the field is APORT1YCH3

[src]

Checks if the value of the field is APORT1XCH4

[src]

Checks if the value of the field is APORT1YCH5

[src]

Checks if the value of the field is APORT1XCH6

[src]

Checks if the value of the field is APORT1YCH7

[src]

Checks if the value of the field is APORT1XCH8

[src]

Checks if the value of the field is APORT1YCH9

[src]

Checks if the value of the field is APORT1XCH10

[src]

Checks if the value of the field is APORT1YCH11

[src]

Checks if the value of the field is APORT1XCH12

[src]

Checks if the value of the field is APORT1YCH13

[src]

Checks if the value of the field is APORT1XCH14

[src]

Checks if the value of the field is APORT1YCH15

[src]

Checks if the value of the field is APORT1XCH16

[src]

Checks if the value of the field is APORT1YCH17

[src]

Checks if the value of the field is APORT1XCH18

[src]

Checks if the value of the field is APORT1YCH19

[src]

Checks if the value of the field is APORT1XCH20

[src]

Checks if the value of the field is APORT1YCH21

[src]

Checks if the value of the field is APORT1XCH22

[src]

Checks if the value of the field is APORT1YCH23

[src]

Checks if the value of the field is APORT1XCH24

[src]

Checks if the value of the field is APORT1YCH25

[src]

Checks if the value of the field is APORT1XCH26

[src]

Checks if the value of the field is APORT1YCH27

[src]

Checks if the value of the field is APORT1XCH28

[src]

Checks if the value of the field is APORT1YCH29

[src]

Checks if the value of the field is APORT1XCH30

[src]

Checks if the value of the field is APORT1YCH31

Trait Implementations

impl Clone for APORTOUTSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for APORTOUTSELR
[src]

impl Debug for APORTOUTSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for APORTOUTSELR
[src]

[src]

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

[src]

This method tests for !=.