pub struct R(_);
Expand description

Register CFGR reader

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

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