pub struct R(_);
Expand description

Register LCD_CTRL2 reader

Implementations§

Bits 0:6 - It is the position of LCD_VSYNC active pulse in a line.

Bit 7 - It is the idle value of LCD_VSYNC.

Bit 8 - It is the idle value of LCD_DE.

Bit 9 - 1: The pulse of LCD_HSYNC is out in vertical blanking lines RGB mode. 0: LCD_HSYNC pulse is valid only in active region lines in RGB mode.

Bits 16:22 - It is the position of LCD_HSYNC active pulse in a line.

Bit 23 - It is the idle value of LCD_HSYNC.

Bits 24:31 - It is the position of LCD_HSYNC active pulse in a line.

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