Struct d1_pac::tcon_lcd0::lcd_io_pol::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_io_pol
writer
Implementations§
source§impl W
impl W
sourcepub fn data_inv(&mut self) -> DATA_INV_W<'_, 0>
pub fn data_inv(&mut self) -> DATA_INV_W<'_, 0>
Bits 0:23 - LCD output port D[23:0] polarity control, with independent bit control.
sourcepub unsafe fn io_inv<const O: u8>(&mut self) -> IO_INV_W<'_, O>
pub unsafe fn io_inv<const O: u8>(&mut self) -> IO_INV_W<'_, O>
Enable invert function of IO[i]
sourcepub fn dclk_sel(&mut self) -> DCLK_SEL_W<'_, 28>
pub fn dclk_sel(&mut self) -> DCLK_SEL_W<'_, 28>
Bits 28:30 - Set the phase offset of clock and data in hv mode.
sourcepub fn io_output_sel(&mut self) -> IO_OUTPUT_SEL_W<'_, 31>
pub fn io_output_sel(&mut self) -> IO_OUTPUT_SEL_W<'_, 31>
Bit 31 - When it is set as ‘1’, the d[23:0], io0, io1, io3 are sync to dclk.
Methods from Deref<Target = W<LCD_IO_POL_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