pub struct R(_);
Expand description

Register CR reader

Implementations

Bit 25 - Main PLL clock ready flag

Bit 24 - Main PLL enable

Bit 21 - Enable HSE32 VDDTCXO output on package pin PB0-VDDTCXO.

Bit 20 - HSE32 sysclk prescaler

Bit 19 - HSE32 Clock security system enable

Bit 17 - HSE32 clock ready flag

Bit 16 - HSE32 clock enable

Bit 12 - HSI16 kernel clock ready flag for peripherals requests.

Bit 11 - HSI16 automatic start from Stop

Bit 10 - HSI16 clock ready flag. (After wakeup from Stop this bit will be read 1 once the HSI16 is ready)

Bit 9 - HSI16 always enable for peripheral kernel clocks.

Bit 8 - HSI16 clock enable

Bits 4:7 - MSI clock ranges

Bit 3 - MSI range control selection

Bit 2 - MSI clock PLL enable

Bit 1 - MSI clock ready flag (After reset this bit will be read 1 once the MSI is ready)

Bit 0 - MSI clock enable

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