pub struct R(_);
Expand description

Register PLL_DDR_CTRL reader

Implementations

Bit 31 - PLL Enable

Bit 30 - LDO Enable

Bit 29 - Lock Enable

Bit 28 - PLL Lock Status

Bit 27 - PLL Output Gating Enable

Bit 24 - PLL SDM Enable

Bits 8:15 - PLL N

Bits 6:7 - PLL Unlock Level

Bit 5 - PLL Lock Level

Bit 1 - PLL Input Div M1

Bit 0 - PLL Output Div M0

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