Enum efm32gg11b::adc1::ctrl::OVSRSEL_A[][src]

#[repr(u8)]
pub enum OVSRSEL_A {
    X2,
    X4,
    X8,
    X16,
    X32,
    X64,
    X128,
    X256,
    X512,
    X1024,
    X2048,
    X4096,
}
Expand description

Oversample Rate Select

Value on reset: 0

Variants

X2

0: 2 samples for each conversion result

X4

1: 4 samples for each conversion result

X8

2: 8 samples for each conversion result

X16

3: 16 samples for each conversion result

X32

4: 32 samples for each conversion result

X64

5: 64 samples for each conversion result

X128

6: 128 samples for each conversion result

X256

7: 256 samples for each conversion result

X512

8: 512 samples for each conversion result

X1024

9: 1024 samples for each conversion result

X2048

10: 2048 samples for each conversion result

X4096

11: 4096 samples for each conversion result

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.

Should always be Self

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.