Struct esp32s3_hal::pac::lcd_cam::lcd_ctrl2::R
pub struct R(_);
Expand description
Register LCD_CTRL2
reader
Implementations§
§impl R
impl R
pub fn lcd_vsync_width(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_vsync_width(&self) -> FieldReaderRaw<u8, u8>
Bits 0:6 - It is the position of LCD_VSYNC active pulse in a line.
pub fn lcd_vsync_idle_pol(&self) -> BitReaderRaw<bool>
pub fn lcd_vsync_idle_pol(&self) -> BitReaderRaw<bool>
Bit 7 - It is the idle value of LCD_VSYNC.
pub fn lcd_de_idle_pol(&self) -> BitReaderRaw<bool>
pub fn lcd_de_idle_pol(&self) -> BitReaderRaw<bool>
Bit 8 - It is the idle value of LCD_DE.
pub fn lcd_hs_blank_en(&self) -> BitReaderRaw<bool>
pub fn lcd_hs_blank_en(&self) -> BitReaderRaw<bool>
Bit 9 - 1: The pulse of LCD_HSYNC is out in vertical blanking lines RGB mode. 0: LCD_HSYNC pulse is valid only in active region lines in RGB mode.
pub fn lcd_hsync_width(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_hsync_width(&self) -> FieldReaderRaw<u8, u8>
Bits 16:22 - It is the position of LCD_HSYNC active pulse in a line.
pub fn lcd_hsync_idle_pol(&self) -> BitReaderRaw<bool>
pub fn lcd_hsync_idle_pol(&self) -> BitReaderRaw<bool>
Bit 23 - It is the idle value of LCD_HSYNC.
pub fn lcd_hsync_position(&self) -> FieldReaderRaw<u8, u8>
pub fn lcd_hsync_position(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - It is the position of LCD_HSYNC active pulse in a line.
Methods from Deref<Target = R<LCD_CTRL2_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_CTRL2_SPEC>> for R
impl From<R<LCD_CTRL2_SPEC>> for R
§fn from(reader: R<LCD_CTRL2_SPEC>) -> R
fn from(reader: R<LCD_CTRL2_SPEC>) -> R
Converts to this type from the input type.