#[repr(u8)]
pub enum APORTOUTSEL_A {
Show 32 variants 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,
}
Expand description

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§

source§

impl Clone for APORTOUTSEL_A

source§

fn clone(&self) -> APORTOUTSEL_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for APORTOUTSEL_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<APORTOUTSEL_A> for u8

source§

fn from(variant: APORTOUTSEL_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq<APORTOUTSEL_A> for APORTOUTSEL_A

source§

fn eq(&self, other: &APORTOUTSEL_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for APORTOUTSEL_A

source§

impl Eq for APORTOUTSEL_A

source§

impl StructuralEq for APORTOUTSEL_A

source§

impl StructuralPartialEq for APORTOUTSEL_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.