pub struct R(_);
Expand description

Register RINGO0_CTRL reader

Implementations

Bit 0 - Select short or long ringo (for all ringos types).

Bit 1 - Ringo frequency output divider.

Bits 2:3 - PN-Ringos (P-Transistor and N-Transistor processing) control.

Bit 4 - Ringo module Power control.

Bit 5 - First NAND2-based ringo control.

Bit 6 - Second NAND2-based ringo control.

Bit 7 - First NOR2-based ringo control.

Bit 8 - Second NOR2-based ringo control.

Bit 9 - First Inverter-based ringo control.

Bit 10 - Second Inverter-based ringo control.

Bit 11 - First PN (P-Transistor and N-Transistor processing) monitor control.

Bit 12 - Second PN (P-Transistor and N-Transistor processing) monitor control.

Bits 16:19 - Ringo out Clock divider value. Frequency Output = Frequency input / (DIViSOR+1). (minimum = Frequency input / 16)

Bit 31 - Ringo clock out Divider status flag. Set when a change is made to the divider value, cleared when the change is complete.

Methods from Deref<Target = R<RINGO0_CTRL_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.