Enum efr32xg12p::wdog0::ctrl::CLKSELR [] [src]

pub enum CLKSELR {
    ULFRCO,
    LFRCO,
    LFXO,
    HFCORECLK,
}

Possible values of the field CLKSEL

Variants

ULFRCO

LFRCO

LFXO

HFCORECLK

Methods

impl CLKSELR
[src]

[src]

Value of the field as raw bits

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

Trait Implementations

impl Clone for CLKSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLKSELR
[src]

impl Debug for CLKSELR
[src]

[src]

Formats the value using the given formatter.

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