pub struct R(_);
Expand description

Register CFGR2 reader

Implementations

Bits 0:3 - PREDIV1 division factor

Bits 4:7 - PREDIV2 division factor

Bits 8:11 - PLL2 Multiplication Factor

Bits 12:15 - PLL3 Multiplication Factor

Bit 16 - PREDIV1 entry clock source

Bit 17 - I2S2 clock source

Bit 18 - I2S3 clock source

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