Struct d1_pac::tcon_lcd0::lcd_cpu_tri2::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cpu_tri2
writer
Implementations§
source§impl W
impl W
sourcepub fn trans_start_set(&mut self) -> TRANS_START_SET_W<'_, 0>
pub fn trans_start_set(&mut self) -> TRANS_START_SET_W<'_, 0>
Bits 0:12 - Usual set as the length of a line.
sourcepub fn sync_mode(&mut self) -> SYNC_MODE_W<'_, 13>
pub fn sync_mode(&mut self) -> SYNC_MODE_W<'_, 13>
Bits 13:14 - Set the sync mode in CPU interface.
sourcepub fn trans_start_mode(&mut self) -> TRANS_START_MODE_W<'_, 15>
pub fn trans_start_mode(&mut self) -> TRANS_START_MODE_W<'_, 15>
Bit 15 - Select the FIFOs used in CPU mode.
sourcepub fn start_dly(&mut self) -> START_DLY_W<'_, 16>
pub fn start_dly(&mut self) -> START_DLY_W<'_, 16>
Bits 16:31 - T_dly = (Start_Delay +1) * be_clk*8.
Methods from Deref<Target = W<LCD_CPU_TRI2_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