Struct d1_pac::tcon_lcd0::lcd_io_pol::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_io_pol
reader
Implementations§
source§impl R
impl R
sourcepub fn data_inv(&self) -> DATA_INV_R
pub fn data_inv(&self) -> DATA_INV_R
Bits 0:23 - LCD output port D[23:0] polarity control, with independent bit control.
sourcepub fn dclk_sel(&self) -> DCLK_SEL_R
pub fn dclk_sel(&self) -> DCLK_SEL_R
Bits 28:30 - Set the phase offset of clock and data in hv mode.
sourcepub fn io_output_sel(&self) -> IO_OUTPUT_SEL_R
pub fn io_output_sel(&self) -> IO_OUTPUT_SEL_R
Bit 31 - When it is set as ‘1’, the d[23:0], io0, io1, io3 are sync to dclk.
Methods from Deref<Target = R<LCD_IO_POL_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