Struct esp32s3::lcd_cam::lcd_clock::R

source ·
pub struct R(_);
Expand description

Register LCD_CLOCK reader

Implementations

Bits 0:5 - f_LCD_PCLK = f_LCD_CLK / (reg_clkcnt_N + 1) when reg_clk_equ_sysclk is 0.

Bit 6 - 1: f_LCD_PCLK = f_LCD_CLK. 0: f_LCD_PCLK = f_LCD_CLK / (reg_clkcnt_N + 1).

Bit 7 - 1: LCD_PCLK line is high when idle 0: LCD_PCLK line is low when idle.

Bit 8 - 1: LCD_PCLK high in first half clock cycle. 0: LCD_PCLK low in first half clock cycle.

Bits 9:16 - Integral LCD clock divider value

Bits 17:22 - Fractional clock divider numerator value

Bits 23:28 - Fractional clock divider denominator value

Bits 29:30 - Select LCD module source clock. 0: no clock. 1: APLL. 2: CLK160. 3: no clock.

Bit 31 - Set this bit to enable clk gate

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