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