#[repr(u8)]
pub enum INCH_A {
Show 16 variants INCH_0, INCH_1, INCH_2, INCH_3, INCH_4, INCH_5, INCH_6, INCH_7, INCH_8, INCH_9, INCH_10, INCH_11, INCH_12, INCH_13, INCH_14, INCH_15,
}
Expand description

ADC10 Input Channel Select Bit: 0

Value on reset: 0

Variants

INCH_0

0: Selects Channel 0

INCH_1

1: Selects Channel 1

INCH_2

2: Selects Channel 2

INCH_3

3: Selects Channel 3

INCH_4

4: Selects Channel 4

INCH_5

5: Selects Channel 5

INCH_6

6: Selects Channel 6

INCH_7

7: Selects Channel 7

INCH_8

8: Selects Channel 8

INCH_9

9: Selects Channel 9

INCH_10

10: Selects Channel 10

INCH_11

11: Selects Channel 11

INCH_12

12: Selects Channel 12

INCH_13

13: Selects Channel 13

INCH_14

14: Selects Channel 14

INCH_15

15: Selects Channel 15

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.