Enum max116xx_10bit::AveragingConversions[][src]

pub enum AveragingConversions {
    OneConversion,
    FourConversions,
    EightConversions,
    SixteenConversions,
    ThirtytwoConversions,
}
Expand description

Specifies how many conversions are performed and then averaged for each requested result

Variants

OneConversion

FourConversions

EightConversions

SixteenConversions

ThirtytwoConversions

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.