Enum efr32x12p::cmu::adcctrl::ADC0CLKSELR [] [src]

pub enum ADC0CLKSELR {
    DISABLED,
    AUXHFRCO,
    HFXO,
    HFSRCCLK,
}

Possible values of the field ADC0CLKSEL

Variants

ADC0 is not clocked

AUXHFRCO is clocking ADC0

HFXO is clocking ADC0

HFSRCCLK is clocking ADC0

Methods

impl ADC0CLKSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLED

[src]

Checks if the value of the field is AUXHFRCO

[src]

Checks if the value of the field is HFXO

[src]

Checks if the value of the field is HFSRCCLK

Trait Implementations

impl Clone for ADC0CLKSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ADC0CLKSELR
[src]

impl Debug for ADC0CLKSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ADC0CLKSELR
[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 !=.