[][src]Enum efm32pg12_pac::idac0::ctrl::APORTOUTSEL_A

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

APORT Output Select

Value on reset: 0

Variants

APORT1XCH0

32: APORT1X Channel 0

APORT1YCH1

33: APORT1Y Channel 1

APORT1XCH2

34: APORT1X Channel 2

APORT1YCH3

35: APORT1Y Channel 3

APORT1XCH4

36: APORT1X Channel 4

APORT1YCH5

37: APORT1Y Channel 5

APORT1XCH6

38: APORT1X Channel 6

APORT1YCH7

39: APORT1Y Channel 7

APORT1XCH8

40: APORT1X Channel 8

APORT1YCH9

41: APORT1Y Channel 9

APORT1XCH10

42: APORT1X Channel 10

APORT1YCH11

43: APORT1Y Channel 11

APORT1XCH12

44: APORT1X Channel 12

APORT1YCH13

45: APORT1Y Channel 13

APORT1XCH14

46: APORT1X Channel 14

APORT1YCH15

47: APORT1Y Channel 15

APORT1XCH16

48: APORT1X Channel 16

APORT1YCH17

49: APORT1Y Channel 17

APORT1XCH18

50: APORT1X Channel 18

APORT1YCH19

51: APORT1Y Channel 19

APORT1XCH20

52: APORT1X Channel 20

APORT1YCH21

53: APORT1Y Channel 21

APORT1XCH22

54: APORT1X Channel 22

APORT1YCH23

55: APORT1Y Channel 23

APORT1XCH24

56: APORT1X Channel 24

APORT1YCH25

57: APORT1Y Channel 25

APORT1XCH26

58: APORT1X Channel 26

APORT1YCH27

59: APORT1Y Channel 27

APORT1XCH28

60: APORT1X Channel 28

APORT1YCH29

61: APORT1Y Channel 29

APORT1XCH30

62: APORT1X Channel 30

APORT1YCH31

63: APORT1Y Channel 31

Trait Implementations

impl From<APORTOUTSEL_A> for u8[src]

impl Debug for APORTOUTSEL_A[src]

impl PartialEq<APORTOUTSEL_A> for APORTOUTSEL_A[src]

impl Copy for APORTOUTSEL_A[src]

impl StructuralPartialEq for APORTOUTSEL_A[src]

impl Clone for APORTOUTSEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self