Struct d1_pac::tcon_lcd0::lcd_lvds_ana::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_lvds_ana%s
writer
Implementations§
source§impl W
impl W
sourcepub fn lvds_plr(&mut self) -> LVDS_PLR_W<'_, 0>
pub fn lvds_plr(&mut self) -> LVDS_PLR_W<'_, 0>
Bits 0:3 - LVDS data channel [3:0] direction.
sourcepub fn lvds_plrc(&mut self) -> LVDS_PLRC_W<'_, 4>
pub fn lvds_plrc(&mut self) -> LVDS_PLRC_W<'_, 4>
Bit 4 - LVDS clock channel direction.
sourcepub fn lvds_r(&mut self) -> LVDS_R_W<'_, 8>
pub fn lvds_r(&mut self) -> LVDS_R_W<'_, 8>
Bits 8:10 - Adjust current flowing through R of R to change the common signals amplitude.
sourcepub fn lvds_den(&mut self) -> LVDS_DEN_W<'_, 12>
pub fn lvds_den(&mut self) -> LVDS_DEN_W<'_, 12>
Bits 12:15 - Choose data output or PLL test clock output in LVDS_tx.
sourcepub fn lvds_denc(&mut self) -> LVDS_DENC_W<'_, 16>
pub fn lvds_denc(&mut self) -> LVDS_DENC_W<'_, 16>
Bit 16 - Choose data output or PLL test clock output in LVDS_tx.
sourcepub fn lvds_c(&mut self) -> LVDS_C_W<'_, 17>
pub fn lvds_c(&mut self) -> LVDS_C_W<'_, 17>
Bits 17:19 - Adjust current flowing through Rload of Rx to change the differential signals amplitude.
sourcepub fn lvds_hpren_drv(&mut self) -> LVDS_HPREN_DRV_W<'_, 20>
pub fn lvds_hpren_drv(&mut self) -> LVDS_HPREN_DRV_W<'_, 20>
Bits 20:23 - Enable data channel[3:0] drive
sourcepub fn lvds_hpren_drvc(&mut self) -> LVDS_HPREN_DRVC_W<'_, 24>
pub fn lvds_hpren_drvc(&mut self) -> LVDS_HPREN_DRVC_W<'_, 24>
Bit 24 - Enable clock channel drive
sourcepub fn lvds_en_mb(&mut self) -> LVDS_EN_MB_W<'_, 31>
pub fn lvds_en_mb(&mut self) -> LVDS_EN_MB_W<'_, 31>
Bit 31 - Enable the bias circuit of the LVDS_Ana module.
Methods from Deref<Target = W<LCD_LVDS_ANA_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