pub struct W(_);
Expand description
Register LCD_CTRL2
writer
Implementations
sourceimpl W
impl W
sourcepub fn lcd_vsync_width(&mut self) -> LCD_VSYNC_WIDTH_W<'_, 0>
pub fn lcd_vsync_width(&mut self) -> LCD_VSYNC_WIDTH_W<'_, 0>
Bits 0:6 - It is the position of LCD_VSYNC active pulse in a line.
sourcepub fn lcd_vsync_idle_pol(&mut self) -> LCD_VSYNC_IDLE_POL_W<'_, 7>
pub fn lcd_vsync_idle_pol(&mut self) -> LCD_VSYNC_IDLE_POL_W<'_, 7>
Bit 7 - It is the idle value of LCD_VSYNC.
sourcepub fn lcd_de_idle_pol(&mut self) -> LCD_DE_IDLE_POL_W<'_, 8>
pub fn lcd_de_idle_pol(&mut self) -> LCD_DE_IDLE_POL_W<'_, 8>
Bit 8 - It is the idle value of LCD_DE.
sourcepub fn lcd_hs_blank_en(&mut self) -> LCD_HS_BLANK_EN_W<'_, 9>
pub fn lcd_hs_blank_en(&mut self) -> LCD_HS_BLANK_EN_W<'_, 9>
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(&mut self) -> LCD_HSYNC_WIDTH_W<'_, 16>
pub fn lcd_hsync_width(&mut self) -> LCD_HSYNC_WIDTH_W<'_, 16>
Bits 16:22 - It is the position of LCD_HSYNC active pulse in a line.
sourcepub fn lcd_hsync_idle_pol(&mut self) -> LCD_HSYNC_IDLE_POL_W<'_, 23>
pub fn lcd_hsync_idle_pol(&mut self) -> LCD_HSYNC_IDLE_POL_W<'_, 23>
Bit 23 - It is the idle value of LCD_HSYNC.
sourcepub fn lcd_hsync_position(&mut self) -> LCD_HSYNC_POSITION_W<'_, 24>
pub fn lcd_hsync_position(&mut self) -> LCD_HSYNC_POSITION_W<'_, 24>
Bits 24:31 - It is the position of LCD_HSYNC active pulse in a line.
Methods from Deref<Target = W<LCD_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<W<LCD_CTRL2_SPEC>> for W
impl From<W<LCD_CTRL2_SPEC>> for W
sourcefn from(writer: W<LCD_CTRL2_SPEC>) -> Self
fn from(writer: W<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