Enum nrf52811_pac::saadc::oversample::OVERSAMPLE_A[][src]

#[repr(u8)]
pub enum OVERSAMPLE_A {
    BYPASS,
    OVER2X,
    OVER4X,
    OVER8X,
    OVER16X,
    OVER32X,
    OVER64X,
    OVER128X,
    OVER256X,
}
Expand description

Oversample control

Value on reset: 0

Variants

BYPASS

0: Bypass oversampling

OVER2X

1: Oversample 2x

OVER4X

2: Oversample 4x

OVER8X

3: Oversample 8x

OVER16X

4: Oversample 16x

OVER32X

5: Oversample 32x

OVER64X

6: Oversample 64x

OVER128X

7: Oversample 128x

OVER256X

8: Oversample 256x

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

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.