Struct esp32s3::lcd_cam::lcd_ctrl2::W

source ·
pub struct W(_);
Expand description

Register LCD_CTRL2 writer

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.

Writes raw bits to the register.

Methods from Deref<Target = W<LCD_CTRL2_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.