pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn lprx_tocnt(&self) -> LPRX_TOCNTR
pub fn lprx_tocnt(&self) -> LPRX_TOCNTR
Bits 0:15 - Low-power Reception Timeout Counter
Sourcepub fn hstx_tocnt(&self) -> HSTX_TOCNTR
pub fn hstx_tocnt(&self) -> HSTX_TOCNTR
Bits 16:31 - High-Speed Transmission Timeout Counter
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