Enum efr32xg12p::cmu::hfclkstatus::SELECTEDR [] [src]

pub enum SELECTEDR {
    HFRCO,
    HFXO,
    LFRCO,
    LFXO,
    HFRCODIV2,
    CLKIN0,
    _Reserved(u8),
}

Possible values of the field SELECTED

Variants

HFRCO is selected as HFCLK clock source

HFXO is selected as HFCLK clock source

LFRCO is selected as HFCLK clock source

LFXO is selected as HFCLK clock source

HFRCO divided by 2 is selected as HFCLK clock source

CLKIN0 is selected as HFCLK clock source

Reserved

Methods

impl SELECTEDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is HFRCO

[src]

Checks if the value of the field is HFXO

[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 HFRCODIV2

[src]

Checks if the value of the field is CLKIN0

Trait Implementations

impl Clone for SELECTEDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SELECTEDR
[src]

impl Debug for SELECTEDR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SELECTEDR
[src]

[src]

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

[src]

This method tests for !=.