pub struct R(_);
Expand description

Register PLLCFGR reader

Implementations

Bits 25:26 - Main PLL division factor for PLLCLK (system clock)

Bit 24 - Main PLL PLLCLK output enable

Bits 21:22 - Main PLL division factor for PLLUSB1CLK(48 MHz clock)

Bit 20 - Main PLL PLLUSB1CLK output enable

Bit 17 - Main PLL division factor for PLLSAI3CLK (SAI1 and SAI2 clock)

Bit 16 - Main PLL PLLSAI3CLK output enable

Bits 8:14 - Main PLL multiplication factor for VCO

Bits 4:6 - Division factor for the main PLL and audio PLL (PLLSAI1 and PLLSAI2) input clock

Bits 0:1 - Main PLL, PLLSAI1 and PLLSAI2 entry clock source

Bits 27:31 - Main PLL division factor for PLLSAI2CLK

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