pub struct W(_);
Expand description

Register CR2 writer

Implementations

Bit 24 - Fast conversion mode selection

Bit 23 - Software start of a conversion on the regular channel

Bit 22 - Continuous mode selection for regular conversions

Bits 16:19 - Regular channel selection

Bit 15 - Start a conversion of the injected group of channels

Bits 13:14 - Trigger enable and trigger edge selection for injected conversions

Bits 8:11 - Trigger signal selection for launching injected conversions

Bit 6 - Delay start of injected conversions.

Bit 5 - Continuous mode selection for injected conversions

Bit 4 - Start calibration

Bits 1:2 - Number of calibration sequences to be performed (number of valid configurations)

Bit 0 - SDADC enable

Writes raw bits to the register.

Methods from Deref<Target = W<CR2_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.