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