pub struct R(_);
Expand description

Register CR2 reader

Implementations

Bit 30 - Start conversion of regular channels

Bits 28:29 - External trigger enable for regular channels

Bits 24:27 - External event select for regular group

Bit 22 - Start conversion of injected channels

Bits 20:21 - External trigger enable for injected channels

Bits 16:19 - External event select for injected group

Bit 11 - Data alignment

Bit 10 - End of conversion selection

Bit 9 - DMA disable selection

Bit 8 - Direct memory access mode

Bits 4:6 - Delay selection

Bit 2 - ADC configuration

Bit 1 - Continuous conversion

Bit 0 - A/D Converter ON / OFF

Methods from Deref<Target = R<CR2_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.