pub struct R(_);
Expand description
Register WPCR2
reader
Implementations
sourceimpl R
impl R
sourcepub fn flprxlpm(&self) -> FLPRXLPM_R
pub fn flprxlpm(&self) -> FLPRXLPM_R
Bit 22 - Forces LP Receiver in Low-Power Mode
sourcepub fn hstxsrcdl(&self) -> HSTXSRCDL_R
pub fn hstxsrcdl(&self) -> HSTXSRCDL_R
Bits 18:19 - High-Speed Transmission Slew Rate Control on Data Lanes
sourcepub fn hstxsrccl(&self) -> HSTXSRCCL_R
pub fn hstxsrccl(&self) -> HSTXSRCCL_R
Bits 16:17 - High-Speed Transmission Slew Rate Control on Clock Lane
sourcepub fn lpsrdl(&self) -> LPSRDL_R
pub fn lpsrdl(&self) -> LPSRDL_R
Bits 8:9 - Low-Power transmission Slew Rate Compensation on Data Lanes
Methods from Deref<Target = R<WPCR2_SPEC>>
Trait Implementations
sourceimpl From<R<WPCR2_SPEC>> for R
impl From<R<WPCR2_SPEC>> for R
sourcefn from(reader: R<WPCR2_SPEC>) -> Self
fn from(reader: R<WPCR2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more