Struct d1_pac::tcon_lcd0::lcd_io_tri::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_io_tri
writer
Implementations§
source§impl W
impl W
sourcepub fn data_output_tri_en(&mut self) -> DATA_OUTPUT_TRI_EN_W<'_, 0>
pub fn data_output_tri_en(&mut self) -> DATA_OUTPUT_TRI_EN_W<'_, 0>
Bits 0:23 - LCD output port D[23:0] output enable, with independent bit control.
sourcepub unsafe fn io_output_tri_en<const O: u8>(
&mut self,
) -> IO_OUTPUT_TRI_EN_W<'_, O>
pub unsafe fn io_output_tri_en<const O: u8>( &mut self, ) -> IO_OUTPUT_TRI_EN_W<'_, O>
Enable the output of IO[i]
sourcepub fn io0_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 24>
pub fn io0_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 24>
Bit 24 - Enable the output of IO[i]
sourcepub fn io1_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 25>
pub fn io1_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 25>
Bit 25 - Enable the output of IO[i]
sourcepub fn io2_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 26>
pub fn io2_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 26>
Bit 26 - Enable the output of IO[i]
sourcepub fn io3_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 27>
pub fn io3_output_tri_en(&mut self) -> IO_OUTPUT_TRI_EN_W<'_, 27>
Bit 27 - Enable the output of IO[i]
sourcepub fn rgb_endian(&mut self) -> RGB_ENDIAN_W<'_, 28>
pub fn rgb_endian(&mut self) -> RGB_ENDIAN_W<'_, 28>
Bit 28 - Set the endian of data bits
Methods from Deref<Target = W<LCD_IO_TRI_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