Enum efm32gg990::cmu::ctrl::HFXOBUFCURR [] [src]

pub enum HFXOBUFCURR {
    BOOSTUPTO32MHZ,
    BOOSTABOVE32MHZ,
    _Reserved(u8),
}

Possible values of the field HFXOBUFCUR

Variants

Boost Buffer Current level when HFXO is below or equal to 32 MHz.

Boost Buffer Current Level when HFXO is above 32 MHz.

Reserved

Methods

impl HFXOBUFCURR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BOOSTUPTO32MHZ

[src]

Checks if the value of the field is BOOSTABOVE32MHZ

Trait Implementations

impl Clone for HFXOBUFCURR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HFXOBUFCURR
[src]

impl Debug for HFXOBUFCURR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HFXOBUFCURR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for HFXOBUFCURR

impl Sync for HFXOBUFCURR