Enum efr32xg12p::adc0::ctrl::CHCONREFWARMIDLER [] [src]

pub enum CHCONREFWARMIDLER {
    PREFSCAN,
    PREFSINGLE,
    KEEPPREV,
    _Reserved(u8),
}

Possible values of the field CHCONREFWARMIDLE

Variants

Keep scan reference warm and APORT switches for first scan channel closed if WARMUPMODE is not NORMAL

Keep single reference warm and keep APORT switches for single channel closed if WARMUPMODE is not NORMAL

Keep last used reference warm and keep APORT switches for corresponding channel closed if WARMUPMODE is not NORMAL

Reserved

Methods

impl CHCONREFWARMIDLER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PREFSCAN

[src]

Checks if the value of the field is PREFSINGLE

[src]

Checks if the value of the field is KEEPPREV

Trait Implementations

impl Clone for CHCONREFWARMIDLER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CHCONREFWARMIDLER
[src]

impl Debug for CHCONREFWARMIDLER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CHCONREFWARMIDLER
[src]

[src]

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

[src]

This method tests for !=.