pub struct R(_);
Expand description
Register LCD_CTRL2
reader
Implementations
sourceimpl R
impl R
sourcepub fn lcd_vsync_width(&self) -> LCD_VSYNC_WIDTH_R
pub fn lcd_vsync_width(&self) -> LCD_VSYNC_WIDTH_R
Bits 0:6 - It is the position of LCD_VSYNC active pulse in a line.
sourcepub fn lcd_vsync_idle_pol(&self) -> LCD_VSYNC_IDLE_POL_R
pub fn lcd_vsync_idle_pol(&self) -> LCD_VSYNC_IDLE_POL_R
Bit 7 - It is the idle value of LCD_VSYNC.
sourcepub fn lcd_de_idle_pol(&self) -> LCD_DE_IDLE_POL_R
pub fn lcd_de_idle_pol(&self) -> LCD_DE_IDLE_POL_R
Bit 8 - It is the idle value of LCD_DE.
sourcepub fn lcd_hs_blank_en(&self) -> LCD_HS_BLANK_EN_R
pub fn lcd_hs_blank_en(&self) -> LCD_HS_BLANK_EN_R
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.
sourcepub fn lcd_hsync_width(&self) -> LCD_HSYNC_WIDTH_R
pub fn lcd_hsync_width(&self) -> LCD_HSYNC_WIDTH_R
Bits 16:22 - It is the position of LCD_HSYNC active pulse in a line.
sourcepub fn lcd_hsync_idle_pol(&self) -> LCD_HSYNC_IDLE_POL_R
pub fn lcd_hsync_idle_pol(&self) -> LCD_HSYNC_IDLE_POL_R
Bit 23 - It is the idle value of LCD_HSYNC.
sourcepub fn lcd_hsync_position(&self) -> LCD_HSYNC_POSITION_R
pub fn lcd_hsync_position(&self) -> LCD_HSYNC_POSITION_R
Bits 24:31 - It is the position of LCD_HSYNC active pulse in a line.
Methods from Deref<Target = R<LCD_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<R<LCD_CTRL2_SPEC>> for R
impl From<R<LCD_CTRL2_SPEC>> for R
sourcefn from(reader: R<LCD_CTRL2_SPEC>) -> Self
fn from(reader: R<LCD_CTRL2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more