pub struct W(_);
Expand description

Register PLL1CTRL writer

Implementations

Bits 0:3 - Bandwidth select R value.

Bits 4:9 - Bandwidth select I value.

Bits 10:14 - Bandwidth select P value.

Bit 15 - Bypass PLL input clock is sent directly to the PLL output (default).

Bit 16 - bypass of the divide-by-2 divider in the post-divider.

Bit 17 - limup_off = 1 in spread spectrum and fractional PLL applications.

Bit 18 - control of the bandwidth of the PLL.

Bit 19 - bypass of the pre-divider.

Bit 20 - bypass of the post-divider.

Bit 21 - enable the output clock.

Bit 22 - 1: free running mode.

Bit 23 - free running mode clockstable: Warning: Only make frm_clockstable = 1 after the PLL output frequency is stable.

Bit 24 - Skew mode.

Writes raw bits to the register.

Methods from Deref<Target = W<PLL1CTRL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.