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