Struct d1_pac::tcon_lcd0::lcd_lvds_if::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_lvds_if
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_lvds_data_pol(&mut self) -> LCD_LVDS_DATA_POL_W<'_, 0>
pub fn lcd_lvds_data_pol(&mut self) -> LCD_LVDS_DATA_POL_W<'_, 0>
Bits 0:3 - Set the data polarity of LVDS
sourcepub fn lcd_lvds_clk_pol(&mut self) -> LCD_LVDS_CLK_POL_W<'_, 4>
pub fn lcd_lvds_clk_pol(&mut self) -> LCD_LVDS_CLK_POL_W<'_, 4>
Bit 4 - Set the clock polarity of LVDS
sourcepub fn lcd_lvds_clk_sel(&mut self) -> LCD_LVDS_CLK_SEL_W<'_, 20>
pub fn lcd_lvds_clk_sel(&mut self) -> LCD_LVDS_CLK_SEL_W<'_, 20>
Bit 20 - Select the clock source of LVDS
sourcepub fn lcd_lvds_correct_mode(&mut self) -> LCD_LVDS_CORRECT_MODE_W<'_, 23>
pub fn lcd_lvds_correct_mode(&mut self) -> LCD_LVDS_CORRECT_MODE_W<'_, 23>
Bit 23 - Set the LVDS correct mode
sourcepub fn lcd_lvds_debug_mode(&mut self) -> LCD_LVDS_DEBUG_MODE_W<'_, 24>
pub fn lcd_lvds_debug_mode(&mut self) -> LCD_LVDS_DEBUG_MODE_W<'_, 24>
Bit 24 - Set the output signal in debug mode
sourcepub fn lcd_lvds_debug_en(&mut self) -> LCD_LVDS_DEBUG_EN_W<'_, 25>
pub fn lcd_lvds_debug_en(&mut self) -> LCD_LVDS_DEBUG_EN_W<'_, 25>
Bit 25 - Enable LVDS debug function
sourcepub fn lcd_lvds_bitwidth(&mut self) -> LCD_LVDS_BITWIDTH_W<'_, 26>
pub fn lcd_lvds_bitwidth(&mut self) -> LCD_LVDS_BITWIDTH_W<'_, 26>
Bit 26 - Set the bit width of data
sourcepub fn lcd_lvds_mode(&mut self) -> LCD_LVDS_MODE_W<'_, 27>
pub fn lcd_lvds_mode(&mut self) -> LCD_LVDS_MODE_W<'_, 27>
Bit 27 - Set the LVDS data mode
sourcepub fn lcd_lvds_dir(&mut self) -> LCD_LVDS_DIR_W<'_, 28>
pub fn lcd_lvds_dir(&mut self) -> LCD_LVDS_DIR_W<'_, 28>
Bit 28 - Set the LVDS direction
sourcepub fn lcd_lvds_even_odd_dir(&mut self) -> LCD_LVDS_EVEN_ODD_DIR_W<'_, 29>
pub fn lcd_lvds_even_odd_dir(&mut self) -> LCD_LVDS_EVEN_ODD_DIR_W<'_, 29>
Bit 29 - Set the order of even field and odd field
sourcepub fn lcd_lvds_link(&mut self) -> LCD_LVDS_LINK_W<'_, 30>
pub fn lcd_lvds_link(&mut self) -> LCD_LVDS_LINK_W<'_, 30>
Bit 30 - Select work in single link mode or dual link mode
sourcepub fn lcd_lvds_en(&mut self) -> LCD_LVDS_EN_W<'_, 31>
pub fn lcd_lvds_en(&mut self) -> LCD_LVDS_EN_W<'_, 31>
Bit 31 - Enable LVDS interface
Methods from Deref<Target = W<LCD_LVDS_IF_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