#[repr(u8)]
pub enum MUXPOSSELECT_A {
Show 24 variants AIN0, AIN1, AIN2, AIN3, AIN4, AIN5, AIN6, AIN7, AIN8, AIN9, AIN10, AIN11, AIN12, AIN13, AIN14, AIN15, AIN16, AIN17, AIN18, AIN19, TEMP, BANDGAP, SCALEDCOREVCC, SCALEDIOVCC,
}
Expand description

Positive Mux Input Selection

Value on reset: 0

Variants§

§

AIN0

0: ADC AIN0 Pin

§

AIN1

1: ADC AIN1 Pin

§

AIN2

2: ADC AIN2 Pin

§

AIN3

3: ADC AIN3 Pin

§

AIN4

4: ADC AIN4 Pin

§

AIN5

5: ADC AIN5 Pin

§

AIN6

6: ADC AIN6 Pin

§

AIN7

7: ADC AIN7 Pin

§

AIN8

8: ADC AIN8 Pin

§

AIN9

9: ADC AIN9 Pin

§

AIN10

10: ADC AIN10 Pin

§

AIN11

11: ADC AIN11 Pin

§

AIN12

12: ADC AIN12 Pin

§

AIN13

13: ADC AIN13 Pin

§

AIN14

14: ADC AIN14 Pin

§

AIN15

15: ADC AIN15 Pin

§

AIN16

16: ADC AIN16 Pin

§

AIN17

17: ADC AIN17 Pin

§

AIN18

18: ADC AIN18 Pin

§

AIN19

19: ADC AIN19 Pin

§

TEMP

24: Temperature Sensor

§

BANDGAP

25: Bandgap Voltage

§

SCALEDCOREVCC

26: 1/4 Scaled Core Supply

§

SCALEDIOVCC

27: 1/4 Scaled I/O Supply

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.