pub struct W(_);
Expand description

Register CFGR writer

Implementations

Bits 0:2 - System clock switch

Bits 3:5 - System clock switch status

Bit 6 - System clock selection after a wake up from system Stop

Bit 7 - Kernel clock selection after a wake up from system Stop

Bits 8:13 - HSE division factor for RTC clock

Bit 14 - High Resolution Timer clock prescaler selection

Bit 15 - Timers clocks prescaler selection

Bits 18:21 - MCO1 prescaler

Bits 22:24 - Micro-controller clock output 1

Bits 25:28 - MCO2 prescaler

Bits 29:31 - Micro-controller clock output 2

Writes raw bits to the register.

Methods from Deref<Target = W<CFGR_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.