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

pub enum WARMUPMODER {
    NORMAL,
    KEEPINSTANDBY,
    KEEPINSLOWACC,
    KEEPADCWARM,
}

Possible values of the field WARMUPMODE

Variants

ADC is shut down after each conversion. 5us warmup time is used before each conversion.

ADC is kept in standby mode between conversions. 1us warmup time is used before each conversion.

ADC is kept in slow acquisition mode between conversions. 1us warmup time is used before each conversion.

ADC is kept on after conversions, allowing for continuous conversion.

Methods

impl WARMUPMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NORMAL

[src]

Checks if the value of the field is KEEPINSTANDBY

[src]

Checks if the value of the field is KEEPINSLOWACC

[src]

Checks if the value of the field is KEEPADCWARM

Trait Implementations

impl Clone for WARMUPMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WARMUPMODER
[src]

impl Debug for WARMUPMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WARMUPMODER
[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 !=.