pub struct R(/* private fields */);
Expand description
Register lcd_hv_if
reader
Implementations§
source§impl R
impl R
sourcepub fn ccir_csc_dis(&self) -> CCIR_CSC_DIS_R
pub fn ccir_csc_dis(&self) -> CCIR_CSC_DIS_R
Bit 19 - LCD convert source from RGB to YUV.
Only valid when HV mode is “1100”.
sourcepub fn yuv_eav_sav_f_line_dly(&self) -> YUV_EAV_SAV_F_LINE_DLY_R
pub fn yuv_eav_sav_f_line_dly(&self) -> YUV_EAV_SAV_F_LINE_DLY_R
Bits 20:21 - Set the delay line mode.
sourcepub fn yuv_sm(&self) -> YUV_SM_R
pub fn yuv_sm(&self) -> YUV_SM_R
Bits 22:23 - Serial YUV mode Output sequence 2-pixel-pair of every scan line.
sourcepub fn rgb888_even_order(&self) -> RGB888_EVEN_ORDER_R
pub fn rgb888_even_order(&self) -> RGB888_EVEN_ORDER_R
Bits 24:25 - Serial RGB888 mode Output sequence at even lines of the panel (line 2, 4, 6, 8…).
sourcepub fn rgb888_odd_order(&self) -> RGB888_ODD_ORDER_R
pub fn rgb888_odd_order(&self) -> RGB888_ODD_ORDER_R
Bits 26:27 - Serial RGB888 mode Output sequence at odd lines of the panel (line 1, 3, 5, 7…).
Methods from Deref<Target = R<LCD_HV_IF_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