Enum efm32hg222f64::cmu::ushfrcoconf::BANDR [] [src]

pub enum BANDR {
    _48MHZ,
    _24MHZ,
    _Reserved(u8),
}

Possible values of the field BAND

Variants

48 MHz band. NOTE: Also set the TUNING and FINETUNING value when changing band.

24 MHz band. NOTE: Also set the TUNING and FINETUNING value when changing band.

Reserved

Methods

impl BANDR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _48MHZ

[src]

Checks if the value of the field is _24MHZ

Trait Implementations

impl Clone for BANDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BANDR
[src]

impl Debug for BANDR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BANDR
[src]

[src]

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

[src]

This method tests for !=.