Enum efr32x12p::cmu::lfaclksel::LFAR [] [src]

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

Possible values of the field LFA

Variants

LFACLK is disabled

LFRCO selected as LFACLK

LFXO selected as LFACLK

ULFRCO selected as LFACLK

Reserved

Methods

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

Trait Implementations

impl Clone for LFAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LFAR
[src]

impl Debug for LFAR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LFAR
[src]

[src]

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

[src]

This method tests for !=.