Enum efm32gg11b820::emu::status::VSCALER [] [src]

pub enum VSCALER {
    VSCALE2,
    VSCALE0,
    RESV,
    _Reserved(u8),
}

Possible values of the field VSCALE

Variants

Voltage Scale Level 2

Voltage Scale Level 0

RESV

Reserved

Methods

impl VSCALER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is VSCALE2

[src]

Checks if the value of the field is VSCALE0

[src]

Checks if the value of the field is RESV

Trait Implementations

impl Clone for VSCALER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VSCALER
[src]

impl Debug for VSCALER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for VSCALER
[src]

[src]

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

[src]

This method tests for !=.