Struct esp32s3_hal::pac::lcd_cam::lcd_ctrl::R
pub struct R(_);
Expand description
Register LCD_CTRL
reader
Implementations§
§impl R
impl R
pub fn lcd_hb_front(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_hb_front(&self) -> FieldReaderRaw<u16, u16>
Bits 0:10 - It is the horizontal blank front porch of a frame.
pub fn lcd_va_height(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_va_height(&self) -> FieldReaderRaw<u16, u16>
Bits 11:20 - It is the vertical active height of a frame.
pub fn lcd_vt_height(&self) -> FieldReaderRaw<u16, u16>
pub fn lcd_vt_height(&self) -> FieldReaderRaw<u16, u16>
Bits 21:30 - It is the vertical total height of a frame.
pub fn lcd_rgb_mode_en(&self) -> BitReaderRaw<bool>
pub fn lcd_rgb_mode_en(&self) -> BitReaderRaw<bool>
Bit 31 - 1: Enable reg mode input vsync, hsync, de. 0: Disable.
Methods from Deref<Target = R<LCD_CTRL_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_CTRL_SPEC>> for R
impl From<R<LCD_CTRL_SPEC>> for R
§fn from(reader: R<LCD_CTRL_SPEC>) -> R
fn from(reader: R<LCD_CTRL_SPEC>) -> R
Converts to this type from the input type.