pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn flprxlpm(&mut self) -> _FLPRXLPMW<'_>
pub fn flprxlpm(&mut self) -> _FLPRXLPMW<'_>
Bit 22 - Forces LP Receiver in Low-Power Mode
Sourcepub fn hstxsrcdl(&mut self) -> _HSTXSRCDLW<'_>
pub fn hstxsrcdl(&mut self) -> _HSTXSRCDLW<'_>
Bits 18:19 - High-Speed Transmission Slew Rate Control on Data Lanes
Sourcepub fn hstxsrccl(&mut self) -> _HSTXSRCCLW<'_>
pub fn hstxsrccl(&mut self) -> _HSTXSRCCLW<'_>
Bits 16:17 - High-Speed Transmission Slew Rate Control on Clock Lane
Sourcepub fn lpsrdl(&mut self) -> _LPSRDLW<'_>
pub fn lpsrdl(&mut self) -> _LPSRDLW<'_>
Bits 8:9 - Low-Power transmission Slew Rate Compensation on Data Lanes
Sourcepub fn lpsrcl(&mut self) -> _LPSRCLW<'_>
pub fn lpsrcl(&mut self) -> _LPSRCLW<'_>
Bits 6:7 - Low-Power transmission Slew Rate Compensation on Clock Lane
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