pub struct R(_);
Expand description

Register CFGR2 reader

Implementations

Bit 0 - ADC oversampler enable on scope ADC group regular

Bit 1 - ADC oversampler enable on scope ADC group injected

Bits 5:8 - ADC oversampling shift

Bit 9 - ADC oversampling discontinuous mode (triggered mode) for ADC group regular

Bit 10 - Regular Oversampling mode

Bit 11 - Right-shift data after Offset 1 correction

Bit 12 - Right-shift data after Offset 2 correction

Bit 13 - Right-shift data after Offset 3 correction

Bit 14 - Right-shift data after Offset 4 correction

Bits 16:25 - Oversampling ratio

Bits 28:31 - Left shift factor

Methods from Deref<Target = R<CFGR2_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.