#[repr(u8)]
pub enum P2CA_A {
Show 32 variants NONE_NONE, NONE_CA1, NONE_CA2, NONE_CA3, NONE_CA4, NONE_CA5, NONE_CA6, NONE_CA7, CA0_NONE, CA0_CA1, CA0_CA2, CA0_CA3, CA0_CA4, CA0_CA5, CA0_CA6, CA0_CA7, CA1_NONE, CA1_CA1, CA1_CA2, CA1_CA3, CA1_CA4, CA1_CA5, CA1_CA6, CA1_CA7, CA2_NONE, CA2_CA1, CA2_CA2, CA2_CA3, CA2_CA4, CA2_CA5, CA2_CA6, CA2_CA7,
}
Expand description

Comp. A +Terminal Multiplexer

Value on reset: 0

Variants

NONE_NONE

0: No + or - connection

NONE_CA1

2: No connection to +, connect - to CA1

NONE_CA2

4: No connection to +, connect - to CA2

NONE_CA3

6: No connection to +, connect - to CA3

NONE_CA4

8: No connection to +, connect - to CA4

NONE_CA5

10: No connection to +, connect - to CA5

NONE_CA6

12: No connection to +, connect - to CA6

NONE_CA7

14: No connection to +, connect - to CA7

CA0_NONE

1: Connect + to CA0, no connection to -

CA0_CA1

3: Connect + to CA0, connect - to CA1

CA0_CA2

5: Connect + to CA0, connect - to CA2

CA0_CA3

7: Connect + to CA0, connect - to CA3

CA0_CA4

9: Connect + to CA0, connect - to CA4

CA0_CA5

11: Connect + to CA0, connect - to CA5

CA0_CA6

13: Connect + to CA0, connect - to CA6

CA0_CA7

15: Connect + to CA0, connect - to CA7

CA1_NONE

16: Connect + to CA1, no connection to -

CA1_CA1

18: Connect + to CA1, connect - to CA1

CA1_CA2

20: Connect + to CA1, connect - to CA2

CA1_CA3

22: Connect + to CA1, connect - to CA3

CA1_CA4

24: Connect + to CA1, connect - to CA4

CA1_CA5

26: Connect + to CA1, connect - to CA5

CA1_CA6

28: Connect + to CA1, connect - to CA6

CA1_CA7

30: Connect + to CA1, connect - to CA7

CA2_NONE

17: Connect + to CA2, no connection to -

CA2_CA1

19: Connect + to CA2, connect - to CA1

CA2_CA2

21: Connect + to CA2, connect - to CA2

CA2_CA3

23: Connect + to CA2, connect - to CA3

CA2_CA4

25: Connect + to CA2, connect - to CA4

CA2_CA5

27: Connect + to CA2, connect - to CA5

CA2_CA6

29: Connect + to CA2, connect - to CA6

CA2_CA7

31: Connect + to CA2, connect - to CA7

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

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.