pub struct R(_);
Expand description
Register _0RX_LINK
reader
Implementations§
source§impl R
impl R
sourcepub fn slc0_rxlink_addr(&self) -> SLC0_RXLINK_ADDR_R
pub fn slc0_rxlink_addr(&self) -> SLC0_RXLINK_ADDR_R
Bits 0:19
sourcepub fn slc0_rxlink_stop(&self) -> SLC0_RXLINK_STOP_R
pub fn slc0_rxlink_stop(&self) -> SLC0_RXLINK_STOP_R
Bit 28
sourcepub fn slc0_rxlink_start(&self) -> SLC0_RXLINK_START_R
pub fn slc0_rxlink_start(&self) -> SLC0_RXLINK_START_R
Bit 29
sourcepub fn slc0_rxlink_restart(&self) -> SLC0_RXLINK_RESTART_R
pub fn slc0_rxlink_restart(&self) -> SLC0_RXLINK_RESTART_R
Bit 30
sourcepub fn slc0_rxlink_park(&self) -> SLC0_RXLINK_PARK_R
pub fn slc0_rxlink_park(&self) -> SLC0_RXLINK_PARK_R
Bit 31
Methods from Deref<Target = R<_0RX_LINK_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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