Enum efr32xg12p::cmu::dpllctrl::REFSELR [] [src]

pub enum REFSELR {
    HFXO,
    LFXO,
    CLKIN0,
    _Reserved(u8),
}

Possible values of the field REFSEL

Variants

HFXO selected

LFXO selected

CLKIN0 selected

Reserved

Methods

impl REFSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is HFXO

[src]

Checks if the value of the field is LFXO

[src]

Checks if the value of the field is CLKIN0

Trait Implementations

impl Clone for REFSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFSELR
[src]

impl Debug for REFSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for REFSELR
[src]

[src]

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

[src]

This method tests for !=.