[][src]Enum efm32gg11b820::idac0::ctrl::APORTOUTSELW

pub enum APORTOUTSELW {
    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,
}

Values that can be written to the field APORTOUTSEL

Variants

APORT1XCH0

APORT1X Channel 0

APORT1YCH1

APORT1Y Channel 1

APORT1XCH2

APORT1X Channel 2

APORT1YCH3

APORT1Y Channel 3

APORT1XCH4

APORT1X Channel 4

APORT1YCH5

APORT1Y Channel 5

APORT1XCH6

APORT1X Channel 6

APORT1YCH7

APORT1Y Channel 7

APORT1XCH8

APORT1X Channel 8

APORT1YCH9

APORT1Y Channel 9

APORT1XCH10

APORT1X Channel 10

APORT1YCH11

APORT1Y Channel 11

APORT1XCH12

APORT1X Channel 12

APORT1YCH13

APORT1Y Channel 13

APORT1XCH14

APORT1X Channel 14

APORT1YCH15

APORT1Y Channel 15

APORT1XCH16

APORT1X Channel 16

APORT1YCH17

APORT1Y Channel 17

APORT1XCH18

APORT1X Channel 18

APORT1YCH19

APORT1Y Channel 19

APORT1XCH20

APORT1X Channel 20

APORT1YCH21

APORT1Y Channel 21

APORT1XCH22

APORT1X Channel 22

APORT1YCH23

APORT1Y Channel 23

APORT1XCH24

APORT1X Channel 24

APORT1YCH25

APORT1Y Channel 25

APORT1XCH26

APORT1X Channel 26

APORT1YCH27

APORT1Y Channel 27

APORT1XCH28

APORT1X Channel 28

APORT1YCH29

APORT1Y Channel 29

APORT1XCH30

APORT1X Channel 30

APORT1YCH31

APORT1Y Channel 31

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