pub struct W(_);
Expand description
Register LCD_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn lcd_hb_front(&mut self) -> LCD_HB_FRONT_W<'_, 0>
pub fn lcd_hb_front(&mut self) -> LCD_HB_FRONT_W<'_, 0>
Bits 0:10 - It is the horizontal blank front porch of a frame.
sourcepub fn lcd_va_height(&mut self) -> LCD_VA_HEIGHT_W<'_, 11>
pub fn lcd_va_height(&mut self) -> LCD_VA_HEIGHT_W<'_, 11>
Bits 11:20 - It is the vertical active height of a frame.
sourcepub fn lcd_vt_height(&mut self) -> LCD_VT_HEIGHT_W<'_, 21>
pub fn lcd_vt_height(&mut self) -> LCD_VT_HEIGHT_W<'_, 21>
Bits 21:30 - It is the vertical total height of a frame.
sourcepub fn lcd_rgb_mode_en(&mut self) -> LCD_RGB_MODE_EN_W<'_, 31>
pub fn lcd_rgb_mode_en(&mut self) -> LCD_RGB_MODE_EN_W<'_, 31>
Bit 31 - 1: Enable reg mode input vsync, hsync, de. 0: Disable.
Methods from Deref<Target = W<LCD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<LCD_CTRL_SPEC>> for W
impl From<W<LCD_CTRL_SPEC>> for W
sourcefn from(writer: W<LCD_CTRL_SPEC>) -> Self
fn from(writer: W<LCD_CTRL_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