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

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

Values that can be written to 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.