Struct esp32s3_hal::pac::lcd_cam::lcd_ctrl1::R
pub struct R(_);
Expand description
Register LCD_CTRL1
reader
Implementations§
§impl R
impl R
pub fn lcd_vb_front(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_vb_front(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - It is the vertical blank front porch of a frame.
pub fn lcd_ha_width(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_ha_width(&self) -> FieldReaderRaw<u16, u16>
Bits 8:19 - It is the horizontal active width of a frame.
pub fn lcd_ht_width(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_ht_width(&self) -> FieldReaderRaw<u16, u16>
Bits 20:31 - It is the horizontal total width of a frame.
Methods from Deref<Target = R<LCD_CTRL1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<LCD_CTRL1_SPEC>> for R
impl From<R<LCD_CTRL1_SPEC>> for R
§fn from(reader: R<LCD_CTRL1_SPEC>) -> R
fn from(reader: R<LCD_CTRL1_SPEC>) -> R
Converts to this type from the input type.