Struct esp32s3_hal::pac::lcd_cam::lcd_misc::R

pub struct R(_);
Expand description

Register LCD_MISC reader

Implementations§

Bits 1:5 - The awfull threshold number of lcd_afifo.

Bits 6:11 - The setup cycle length minus 1 in LCD non-RGB mode.

Bits 12:24 - The vertical back blank region cycle length minus 1 in LCD RGB mode, or the hold time cycle length in LCD non-RGB mode.

Bit 25 - 1: Send the next frame data when the current frame is sent out. 0: LCD stops when the current frame is sent out.

Bit 26 - 1: Enable blank region when LCD sends data out. 0: No blank region.

Bit 28 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DOUT state. 0: LCD_CD = reg_cd_idle_edge.

Bit 29 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DUMMY state. 0: LCD_CD = reg_cd_idle_edge.

Bit 30 - 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_CMD state. 0: LCD_CD = reg_cd_idle_edge.

Bit 31 - The default value of LCD_CD.

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