Enum efm32hg222f64::adc0::status::SCANDATASRCR [] [src]

pub enum SCANDATASRCR {
    CH0,
    CH1,
    CH2,
    CH3,
    CH4,
    CH5,
    CH6,
    CH7,
}

Possible values of the field SCANDATASRC

Variants

Single ended mode: SCANDATA result originates from ADCn_CH0. Differential mode: SCANDATA result originates from ADCn_CH0-ADCn_CH1

Single ended mode: SCANDATA result originates from ADCn_CH1. Differential mode: SCANDATA result originates from ADCn_CH2_ADCn_CH3

Single ended mode: SCANDATA result originates from ADCn_CH2. Differential mode: SCANDATA result originates from ADCn_CH4-ADCn_CH5

Single ended mode: SCANDATA result originates from ADCn_CH3. Differential mode: SCANDATA result originates from ADCn_CH6-ADCn_CH7

SCANDATA result originates from ADCn_CH4

SCANDATA result originates from ADCn_CH5

SCANDATA result originates from ADCn_CH6

SCANDATA result originates from ADCn_CH7

Methods

impl SCANDATASRCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is CH0

[src]

Checks if the value of the field is CH1

[src]

Checks if the value of the field is CH2

[src]

Checks if the value of the field is CH3

[src]

Checks if the value of the field is CH4

[src]

Checks if the value of the field is CH5

[src]

Checks if the value of the field is CH6

[src]

Checks if the value of the field is CH7

Trait Implementations

impl Clone for SCANDATASRCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SCANDATASRCR
[src]

impl Debug for SCANDATASRCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SCANDATASRCR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.