pub struct W(_);
Expand description

Register PLLCFGR writer

Implementations

Bit 0 - PLL1 fractional latch enable

Bit 1 - PLL1 VCO selection

Bits 2:3 - PLL1 input frequency range

Bit 4 - PLL2 fractional latch enable

Bit 5 - PLL2 VCO selection

Bits 6:7 - PLL2 input frequency range

Bit 8 - PLL3 fractional latch enable

Bit 9 - PLL3 VCO selection

Bits 10:11 - PLL3 input frequency range

Bit 16 - PLL1 DIVP divider output enable

Bit 17 - PLL1 DIVQ divider output enable

Bit 18 - PLL1 DIVR divider output enable

Bit 19 - PLL2 DIVP divider output enable

Bit 20 - PLL2 DIVQ divider output enable

Bit 21 - PLL2 DIVR divider output enable

Bit 22 - PLL3 DIVP divider output enable

Bit 23 - PLL3 DIVQ divider output enable

Bit 24 - PLL3 DIVR divider output enable

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.