pub struct W(/* private fields */);
Expand description
Register lcd_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_src_sel(&mut self) -> LCD_SRC_SEL_W<'_, 0>
pub fn lcd_src_sel(&mut self) -> LCD_SRC_SEL_W<'_, 0>
Bits 0:2 - LCD Source Select
sourcepub fn lcd_start_dly(&mut self) -> LCD_START_DLY_W<'_, 4>
pub fn lcd_start_dly(&mut self) -> LCD_START_DLY_W<'_, 4>
Bits 4:8 - The unit of delay is T_line.
Note: Valid only when LCD_EN == 1
sourcepub fn lcd_interlace_en(&mut self) -> LCD_INTERLACE_EN_W<'_, 20>
pub fn lcd_interlace_en(&mut self) -> LCD_INTERLACE_EN_W<'_, 20>
Bit 20 - This flag is valid only when LCD_EN == 1
sourcepub fn lcd_fifo1_rst(&mut self) -> LCD_FIFO1_RST_W<'_, 21>
pub fn lcd_fifo1_rst(&mut self) -> LCD_FIFO1_RST_W<'_, 21>
Bit 21 - Writing 1 and then 0 to this bit will reset FIFO 1
Note: 1 holding time must more than 1 DCLK
sourcepub fn lcd_rb_swap(&mut self) -> LCD_RB_SWAP_W<'_, 23>
pub fn lcd_rb_swap(&mut self) -> LCD_RB_SWAP_W<'_, 23>
Bit 23 - Enable the function to swap red data and blue data in fifo1.
sourcepub fn lcd_if(&mut self) -> LCD_IF_W<'_, 24>
pub fn lcd_if(&mut self) -> LCD_IF_W<'_, 24>
Bits 24:25 - Set the interface type of LCD controller
Methods from Deref<Target = W<LCD_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more