Enum kea_hal::adc::AdcSampleTime[][src]

pub enum AdcSampleTime {
    Short,
    Long,
}
Expand description

Adc sample time

Variants

Short

Sample for 3.5 ADC clock (ADCK) cycles.

Long

Sample for 23.5 ADC clock (ADCK) cycles.

Required for high impedence (>2k @ADCK > 4MHz, >5k @ ADCK < 4MHz) inputs.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.