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