pub struct R(/* private fields */);
Expand description
Register lcd_ctl
reader
Implementations§
source§impl R
impl R
sourcepub fn lcd_src_sel(&self) -> LCD_SRC_SEL_R
pub fn lcd_src_sel(&self) -> LCD_SRC_SEL_R
Bits 0:2 - LCD Source Select
sourcepub fn lcd_start_dly(&self) -> LCD_START_DLY_R
pub fn lcd_start_dly(&self) -> LCD_START_DLY_R
Bits 4:8 - The unit of delay is T_line.
Note: Valid only when LCD_EN == 1
sourcepub fn lcd_interlace_en(&self) -> LCD_INTERLACE_EN_R
pub fn lcd_interlace_en(&self) -> LCD_INTERLACE_EN_R
Bit 20 - This flag is valid only when LCD_EN == 1
sourcepub fn lcd_fifo1_rst(&self) -> LCD_FIFO1_RST_R
pub fn lcd_fifo1_rst(&self) -> LCD_FIFO1_RST_R
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(&self) -> LCD_RB_SWAP_R
pub fn lcd_rb_swap(&self) -> LCD_RB_SWAP_R
Bit 23 - Enable the function to swap red data and blue data in fifo1.
Methods from Deref<Target = R<LCD_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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