pub struct R(_);
Expand description

Register RINGO2_CTRL reader

Implementations

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

Bit 1 - Ringo frequency output divider.

Bit 2 - Ringo module Power control.

Bit 3 - .

Bit 4 - .

Bit 5 - Metal 2 (M2) monitor control.

Bit 6 - Metal 3 (M3) monitor control.

Bit 7 - Metal 4 (M4) monitor control.

Bit 8 - Metal 5 (M5) 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<RINGO2_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.