Enum efr32xg12p::cmu::ctrl::CLKOUTSEL0R [] [src]

pub enum CLKOUTSEL0R {
    DISABLED,
    ULFRCO,
    LFRCO,
    LFXO,
    HFXO,
    HFEXPCLK,
    ULFRCOQ,
    LFRCOQ,
    LFXOQ,
    HFRCOQ,
    AUXHFRCOQ,
    HFXOQ,
    HFSRCCLK,
    _Reserved(u8),
}

Possible values of the field CLKOUTSEL0

Variants

Disabled

ULFRCO (directly from oscillator)

LFRCO (directly from oscillator)

LFXO (directly from oscillator)

HFXO (directly from oscillator)

HFEXPCLK

ULFRCO (qualified)

LFRCO (qualified)

LFXO (qualified)

HFRCO (qualified)

AUXHFRCO (qualified)

HFXO (qualified)

HFSRCCLK

Reserved

Methods

impl CLKOUTSEL0R
[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 ULFRCO

[src]

Checks if the value of the field is LFRCO

[src]

Checks if the value of the field is LFXO

[src]

Checks if the value of the field is HFXO

[src]

Checks if the value of the field is HFEXPCLK

[src]

Checks if the value of the field is ULFRCOQ

[src]

Checks if the value of the field is LFRCOQ

[src]

Checks if the value of the field is LFXOQ

[src]

Checks if the value of the field is HFRCOQ

[src]

Checks if the value of the field is AUXHFRCOQ

[src]

Checks if the value of the field is HFXOQ

[src]

Checks if the value of the field is HFSRCCLK

Trait Implementations

impl Clone for CLKOUTSEL0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLKOUTSEL0R
[src]

impl Debug for CLKOUTSEL0R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CLKOUTSEL0R
[src]

[src]

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

[src]

This method tests for !=.