pub struct W(_);
Expand description
Register _1TX_LINK
writer
Implementations
sourceimpl W
impl W
sourcepub fn slc1_txlink_addr(&mut self) -> SLC1_TXLINK_ADDR_W<'_, 0>
pub fn slc1_txlink_addr(&mut self) -> SLC1_TXLINK_ADDR_W<'_, 0>
Bits 0:19
sourcepub fn slc1_txlink_stop(&mut self) -> SLC1_TXLINK_STOP_W<'_, 28>
pub fn slc1_txlink_stop(&mut self) -> SLC1_TXLINK_STOP_W<'_, 28>
Bit 28
sourcepub fn slc1_txlink_start(&mut self) -> SLC1_TXLINK_START_W<'_, 29>
pub fn slc1_txlink_start(&mut self) -> SLC1_TXLINK_START_W<'_, 29>
Bit 29
sourcepub fn slc1_txlink_restart(&mut self) -> SLC1_TXLINK_RESTART_W<'_, 30>
pub fn slc1_txlink_restart(&mut self) -> SLC1_TXLINK_RESTART_W<'_, 30>
Bit 30
Methods from Deref<Target = W<_1TX_LINK_SPEC>>
Trait Implementations
sourceimpl From<W<_1TX_LINK_SPEC>> for W
impl From<W<_1TX_LINK_SPEC>> for W
sourcefn from(writer: W<_1TX_LINK_SPEC>) -> Self
fn from(writer: W<_1TX_LINK_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