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