#[repr(u8)]
pub enum VASEL_A {
Show 49 variants VDD, APORT2YCH0, APORT2YCH2, APORT2YCH4, APORT2YCH6, APORT2YCH8, APORT2YCH10, APORT2YCH12, APORT2YCH14, APORT2YCH16, APORT2YCH18, APORT2YCH20, APORT2YCH22, APORT2YCH24, APORT2YCH26, APORT2YCH28, APORT2YCH30, 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

VA Selection

Value on reset: 0

Variants§

§

VDD

0: ACMPVDD

§

APORT2YCH0

1: APORT2Y Channel 0

§

APORT2YCH2

3: APORT2Y Channel 2

§

APORT2YCH4

5: APORT2Y Channel 4

§

APORT2YCH6

7: APORT2Y Channel 6

§

APORT2YCH8

9: APORT2Y Channel 8

§

APORT2YCH10

11: APORT2Y Channel 10

§

APORT2YCH12

13: APORT2Y Channel 12

§

APORT2YCH14

15: APORT2Y Channel 14

§

APORT2YCH16

17: APORT2Y Channel 16

§

APORT2YCH18

19: APORT2Y Channel 18

§

APORT2YCH20

21: APORT2Y Channel 20

§

APORT2YCH22

23: APORT2Y Channel 22

§

APORT2YCH24

25: APORT2Y Channel 24

§

APORT2YCH26

27: APORT2Y Channel 26

§

APORT2YCH28

29: APORT2Y Channel 28

§

APORT2YCH30

31: APORT2Y Channel 30

§

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 VASEL_A

source§

fn clone(&self) -> VASEL_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 VASEL_A

source§

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

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

impl From<VASEL_A> for u8

source§

fn from(variant: VASEL_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq<VASEL_A> for VASEL_A

source§

fn eq(&self, other: &VASEL_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 VASEL_A

source§

impl Eq for VASEL_A

source§

impl StructuralEq for VASEL_A

source§

impl StructuralPartialEq for VASEL_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.