Struct esp32s3_hal::pac::lcd_cam::lcd_ctrl1::W
pub struct W(_);
Expand description
Register LCD_CTRL1
writer
Implementations§
§impl W
impl W
pub fn lcd_vb_front(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u8, u8, Unsafe, 8, 0>
pub fn lcd_vb_front(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7 - It is the vertical blank front porch of a frame.
pub fn lcd_ha_width(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u16, u16, Unsafe, 12, 8>
pub fn lcd_ha_width(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u16, u16, Unsafe, 12, 8>
Bits 8:19 - It is the horizontal active width of a frame.
pub fn lcd_ht_width(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u16, u16, Unsafe, 12, 20>
pub fn lcd_ht_width(
&mut self
) -> FieldWriterRaw<'_, u32, LCD_CTRL1_SPEC, u16, u16, Unsafe, 12, 20>
Bits 20:31 - It is the horizontal total width of a frame.
Methods from Deref<Target = W<LCD_CTRL1_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<LCD_CTRL1_SPEC>> for W
impl From<W<LCD_CTRL1_SPEC>> for W
§fn from(writer: W<LCD_CTRL1_SPEC>) -> W
fn from(writer: W<LCD_CTRL1_SPEC>) -> W
Converts to this type from the input type.