pub struct W(_);
Expand description
Register _0RX_LINK
writer
Implementations
sourceimpl W
impl W
sourcepub fn slc0_rxlink_addr(&mut self) -> SLC0_RXLINK_ADDR_W<'_, 0>
pub fn slc0_rxlink_addr(&mut self) -> SLC0_RXLINK_ADDR_W<'_, 0>
Bits 0:19
sourcepub fn slc0_rxlink_stop(&mut self) -> SLC0_RXLINK_STOP_W<'_, 28>
pub fn slc0_rxlink_stop(&mut self) -> SLC0_RXLINK_STOP_W<'_, 28>
Bit 28
sourcepub fn slc0_rxlink_start(&mut self) -> SLC0_RXLINK_START_W<'_, 29>
pub fn slc0_rxlink_start(&mut self) -> SLC0_RXLINK_START_W<'_, 29>
Bit 29
sourcepub fn slc0_rxlink_restart(&mut self) -> SLC0_RXLINK_RESTART_W<'_, 30>
pub fn slc0_rxlink_restart(&mut self) -> SLC0_RXLINK_RESTART_W<'_, 30>
Bit 30
Methods from Deref<Target = W<_0RX_LINK_SPEC>>
Trait Implementations
sourceimpl From<W<_0RX_LINK_SPEC>> for W
impl From<W<_0RX_LINK_SPEC>> for W
sourcefn from(writer: W<_0RX_LINK_SPEC>) -> Self
fn from(writer: W<_0RX_LINK_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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