Enum efr32x12p::cmu::lfrcoctrl::VREFUPDATER [] [src]

pub enum VREFUPDATER {
    _32CYCLES,
    _64CYCLES,
    _128CYCLES,
    _256CYCLES,
}

Possible values of the field VREFUPDATE

Variants

32 clocks.

64 clocks.

128 clocks.

256 clocks.

Methods

impl VREFUPDATER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _32CYCLES

[src]

Checks if the value of the field is _64CYCLES

[src]

Checks if the value of the field is _128CYCLES

[src]

Checks if the value of the field is _256CYCLES

Trait Implementations

impl Clone for VREFUPDATER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VREFUPDATER
[src]

impl Debug for VREFUPDATER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for VREFUPDATER
[src]

[src]

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

1.0.0
[src]

This method tests for !=.