#[repr(u8)]
pub enum CEIMSEL_A {
Show 16 variants CEIMSEL_0, CEIMSEL_1, CEIMSEL_2, CEIMSEL_3, CEIMSEL_4, CEIMSEL_5, CEIMSEL_6, CEIMSEL_7, CEIMSEL_8, CEIMSEL_9, CEIMSEL_10, CEIMSEL_11, CEIMSEL_12, CEIMSEL_13, CEIMSEL_14, CEIMSEL_15,
}
Expand description

Channel input selected for the - terminal

Value on reset: 0

Variants

CEIMSEL_0

0: Channel 0 selected

CEIMSEL_1

1: Channel 1 selected

CEIMSEL_2

2: Channel 2 selected

CEIMSEL_3

3: Channel 3 selected

CEIMSEL_4

4: Channel 4 selected

CEIMSEL_5

5: Channel 5 selected

CEIMSEL_6

6: Channel 6 selected

CEIMSEL_7

7: Channel 7 selected

CEIMSEL_8

8: Channel 8 selected

CEIMSEL_9

9: Channel 9 selected

CEIMSEL_10

10: Channel 10 selected

CEIMSEL_11

11: Channel 11 selected

CEIMSEL_12

12: Channel 12 selected

CEIMSEL_13

13: Channel 13 selected

CEIMSEL_14

14: Channel 14 selected

CEIMSEL_15

15: Channel 15 selected

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 !=.

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.