Enum efr32x12p::cmu::lfbclksel::LFBR [] [src]

pub enum LFBR {
    DISABLED,
    LFRCO,
    LFXO,
    HFCLKLE,
    ULFRCO,
    _Reserved(u8),
}

Possible values of the field LFB

Variants

LFBCLK is disabled

LFRCO selected as LFBCLK

LFXO selected as LFBCLK

HFCLK divided by two/four is selected as LFBCLK

ULFRCO selected as LFBCLK

Reserved

Methods

impl LFBR
[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 LFRCO

[src]

Checks if the value of the field is LFXO

[src]

Checks if the value of the field is HFCLKLE

[src]

Checks if the value of the field is ULFRCO

Trait Implementations

impl Clone for LFBR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LFBR
[src]

impl Debug for LFBR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LFBR
[src]

[src]

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

[src]

This method tests for !=.