Enum efr32x12p::lesense::biasctrl::BIASMODER [] [src]

pub enum BIASMODER {
    DONTTOUCH,
    DUTYCYCLE,
    HIGHACC,
    _Reserved(u8),
}

Possible values of the field BIASMODE

Variants

Bias module is controlled by the EMU and is not affected by LESENSE

Bias module duty cycled between low power and high accuracy mode

Bias module always in high accuracy mode

Reserved

Methods

impl BIASMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DONTTOUCH

[src]

Checks if the value of the field is DUTYCYCLE

[src]

Checks if the value of the field is HIGHACC

Trait Implementations

impl Clone for BIASMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BIASMODER
[src]

impl Debug for BIASMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BIASMODER
[src]

[src]

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

[src]

This method tests for !=.