pub struct W(_);
Expand description

Register PLLCFGR writer

Implementations

Bits 29:31 - Main PLL division factor for PLLRCLK

Bit 28 - Main PLL PLLRCLK output enable

Bits 25:27 - Main PLL division factor for PLLQCLK

Bit 24 - Main PLL PLLQCLK output enable

Bits 17:21 - Main PLL division factor for PLLPCLK.

Bit 16 - Main PLL PLLPCLK output enable

Bits 8:14 - Main PLL multiplication factor for VCO

Bits 4:6 - Division factor for the main PLL input clock

Bits 0:1 - Main PLL entry clock source

Writes raw bits to the register.

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