#[repr(u8)]
pub enum MUXPOS_A {
Show 25 variants PIN0, PIN1, PIN2, PIN3, PIN4, PIN5, PIN6, PIN7, PIN8, PIN9, PIN10, PIN11, PIN12, PIN13, PIN14, PIN15, PIN16, PIN17, PIN18, PIN19, TEMP, BANDGAP, SCALEDCOREVCC, SCALEDIOVCC, DAC,
}
Expand description

Positive Mux Input Selection

Value on reset: 0

Variants

PIN0

0: ADC AIN0 Pin

PIN1

1: ADC AIN1 Pin

PIN2

2: ADC AIN2 Pin

PIN3

3: ADC AIN3 Pin

PIN4

4: ADC AIN4 Pin

PIN5

5: ADC AIN5 Pin

PIN6

6: ADC AIN6 Pin

PIN7

7: ADC AIN7 Pin

PIN8

8: ADC AIN8 Pin

PIN9

9: ADC AIN9 Pin

PIN10

10: ADC AIN10 Pin

PIN11

11: ADC AIN11 Pin

PIN12

12: ADC AIN12 Pin

PIN13

13: ADC AIN13 Pin

PIN14

14: ADC AIN14 Pin

PIN15

15: ADC AIN15 Pin

PIN16

16: ADC AIN16 Pin

PIN17

17: ADC AIN17 Pin

PIN18

18: ADC AIN18 Pin

PIN19

19: ADC AIN19 Pin

TEMP

24: Temperature Reference

BANDGAP

25: Bandgap Voltage

SCALEDCOREVCC

26: 1/4 Scaled Core Supply

SCALEDIOVCC

27: 1/4 Scaled I/O Supply

DAC

28: DAC Output

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.