pub struct W(_);
Expand description
Register LCD_CTRL1
writer
Implementations
sourceimpl W
impl W
sourcepub fn lcd_vb_front(&mut self) -> LCD_VB_FRONT_W<'_, 0>
pub fn lcd_vb_front(&mut self) -> LCD_VB_FRONT_W<'_, 0>
Bits 0:7 - It is the vertical blank front porch of a frame.
sourcepub fn lcd_ha_width(&mut self) -> LCD_HA_WIDTH_W<'_, 8>
pub fn lcd_ha_width(&mut self) -> LCD_HA_WIDTH_W<'_, 8>
Bits 8:19 - It is the horizontal active width of a frame.
sourcepub fn lcd_ht_width(&mut self) -> LCD_HT_WIDTH_W<'_, 20>
pub fn lcd_ht_width(&mut self) -> LCD_HT_WIDTH_W<'_, 20>
Bits 20:31 - It is the horizontal total width of a frame.
Methods from Deref<Target = W<LCD_CTRL1_SPEC>>
Trait Implementations
sourceimpl From<W<LCD_CTRL1_SPEC>> for W
impl From<W<LCD_CTRL1_SPEC>> for W
sourcefn from(writer: W<LCD_CTRL1_SPEC>) -> Self
fn from(writer: W<LCD_CTRL1_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