Struct d1_pac::tcon_lcd0::lcd_cpu_tri4::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cpu_tri4
writer
Implementations§
source§impl W
impl W
sourcepub fn d23_to_d0_first_valid(&mut self) -> D23_TO_D0_FIRST_VALID_W<'_, 0>
pub fn d23_to_d0_first_valid(&mut self) -> D23_TO_D0_FIRST_VALID_W<'_, 0>
Bits 0:23 - Valid in first Block.
sourcepub fn a1_first_valid(&mut self) -> A1_FIRST_VALID_W<'_, 24>
pub fn a1_first_valid(&mut self) -> A1_FIRST_VALID_W<'_, 24>
Bit 24 - Valid in first Block.
sourcepub fn plug_mode_en(&mut self) -> PLUG_MODE_EN_W<'_, 28>
pub fn plug_mode_en(&mut self) -> PLUG_MODE_EN_W<'_, 28>
Bit 28 - Enable the plug mode used in dsi command mode.
Methods from Deref<Target = W<LCD_CPU_TRI4_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