Enum efm32gg11b::adc0::scaninputsel::INPUT0TO7SEL_A[][src]

#[repr(u8)]
pub enum INPUT0TO7SEL_A {
Show variants APORT0CH0TO7, APORT0CH8TO15, APORT1CH0TO7, APORT1CH8TO15, APORT1CH16TO23, APORT1CH24TO31, APORT2CH0TO7, APORT2CH8TO15, APORT2CH16TO23, APORT2CH24TO31, APORT3CH0TO7, APORT3CH8TO15, APORT3CH16TO23, APORT3CH24TO31, APORT4CH0TO7, APORT4CH8TO15, APORT4CH16TO23, APORT4CH24TO31,
}
Expand description

Inputs Chosen for ADCn_INPUT7-ADCn_INPUT0 as Referred in SCANMASK

Value on reset: 0

Variants

APORT0CH0TO7

0: 0

APORT0CH8TO15

1: 1

APORT1CH0TO7

4: 100

APORT1CH8TO15

5: 101

APORT1CH16TO23

6: 110

APORT1CH24TO31

7: 111

APORT2CH0TO7

8: 1000

APORT2CH8TO15

9: 1001

APORT2CH16TO23

10: 1010

APORT2CH24TO31

11: 1011

APORT3CH0TO7

12: 1100

APORT3CH8TO15

13: 1101

APORT3CH16TO23

14: 1110

APORT3CH24TO31

15: 1111

APORT4CH0TO7

16: 10000

APORT4CH8TO15

17: 10001

APORT4CH16TO23

18: 10010

APORT4CH24TO31

19: 10011

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.

Should always be Self

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.