pub struct R(_);
Expand description

Register GCR reader

Implementations

Bit 31 - Horizontal Synchronization Polarity

Bit 30 - Vertical Synchronization Polarity

Bit 29 - Data Enable Polarity

Bit 28 - Pixel Clock Polarity

Bit 16 - Dither Enable

Bits 12:14 - Dither Red Width

Bits 8:10 - Dither Green Width

Bits 4:6 - Dither Blue Width

Bit 0 - LCD-TFT controller enable bit

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