Struct d1_pac::tcon_lcd0::lcd_lvds_if::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_lvds_if
reader
Implementations§
source§impl R
impl R
sourcepub fn lcd_lvds_data_pol(&self) -> LCD_LVDS_DATA_POL_R
pub fn lcd_lvds_data_pol(&self) -> LCD_LVDS_DATA_POL_R
Bits 0:3 - Set the data polarity of LVDS
sourcepub fn lcd_lvds_clk_pol(&self) -> LCD_LVDS_CLK_POL_R
pub fn lcd_lvds_clk_pol(&self) -> LCD_LVDS_CLK_POL_R
Bit 4 - Set the clock polarity of LVDS
sourcepub fn lcd_lvds_clk_sel(&self) -> LCD_LVDS_CLK_SEL_R
pub fn lcd_lvds_clk_sel(&self) -> LCD_LVDS_CLK_SEL_R
Bit 20 - Select the clock source of LVDS
sourcepub fn lcd_lvds_correct_mode(&self) -> LCD_LVDS_CORRECT_MODE_R
pub fn lcd_lvds_correct_mode(&self) -> LCD_LVDS_CORRECT_MODE_R
Bit 23 - Set the LVDS correct mode
sourcepub fn lcd_lvds_debug_mode(&self) -> LCD_LVDS_DEBUG_MODE_R
pub fn lcd_lvds_debug_mode(&self) -> LCD_LVDS_DEBUG_MODE_R
Bit 24 - Set the output signal in debug mode
sourcepub fn lcd_lvds_debug_en(&self) -> LCD_LVDS_DEBUG_EN_R
pub fn lcd_lvds_debug_en(&self) -> LCD_LVDS_DEBUG_EN_R
Bit 25 - Enable LVDS debug function
sourcepub fn lcd_lvds_bitwidth(&self) -> LCD_LVDS_BITWIDTH_R
pub fn lcd_lvds_bitwidth(&self) -> LCD_LVDS_BITWIDTH_R
Bit 26 - Set the bit width of data
sourcepub fn lcd_lvds_mode(&self) -> LCD_LVDS_MODE_R
pub fn lcd_lvds_mode(&self) -> LCD_LVDS_MODE_R
Bit 27 - Set the LVDS data mode
sourcepub fn lcd_lvds_dir(&self) -> LCD_LVDS_DIR_R
pub fn lcd_lvds_dir(&self) -> LCD_LVDS_DIR_R
Bit 28 - Set the LVDS direction
sourcepub fn lcd_lvds_even_odd_dir(&self) -> LCD_LVDS_EVEN_ODD_DIR_R
pub fn lcd_lvds_even_odd_dir(&self) -> LCD_LVDS_EVEN_ODD_DIR_R
Bit 29 - Set the order of even field and odd field
sourcepub fn lcd_lvds_link(&self) -> LCD_LVDS_LINK_R
pub fn lcd_lvds_link(&self) -> LCD_LVDS_LINK_R
Bit 30 - Select work in single link mode or dual link mode
sourcepub fn lcd_lvds_en(&self) -> LCD_LVDS_EN_R
pub fn lcd_lvds_en(&self) -> LCD_LVDS_EN_R
Bit 31 - Enable LVDS interface
Methods from Deref<Target = R<LCD_LVDS_IF_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