pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn hstxsrcdl(&self) -> HSTXSRCDLR
pub fn hstxsrcdl(&self) -> HSTXSRCDLR
Bits 18:19 - High-Speed Transmission Slew Rate Control on Data Lanes
Sourcepub fn hstxsrccl(&self) -> HSTXSRCCLR
pub fn hstxsrccl(&self) -> HSTXSRCCLR
Bits 16:17 - High-Speed Transmission Slew Rate Control on Clock Lane
Sourcepub fn lpsrdl(&self) -> LPSRDLR
pub fn lpsrdl(&self) -> LPSRDLR
Bits 8:9 - Low-Power transmission Slew Rate Compensation on Data Lanes
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