pub struct W(_);
Expand description
Register _0TX_LINK
writer
Implementations§
source§impl W
impl W
sourcepub fn slc0_txlink_addr(&mut self) -> SLC0_TXLINK_ADDR_W<'_, 0>
pub fn slc0_txlink_addr(&mut self) -> SLC0_TXLINK_ADDR_W<'_, 0>
Bits 0:19
sourcepub fn slc0_txlink_stop(&mut self) -> SLC0_TXLINK_STOP_W<'_, 28>
pub fn slc0_txlink_stop(&mut self) -> SLC0_TXLINK_STOP_W<'_, 28>
Bit 28
sourcepub fn slc0_txlink_start(&mut self) -> SLC0_TXLINK_START_W<'_, 29>
pub fn slc0_txlink_start(&mut self) -> SLC0_TXLINK_START_W<'_, 29>
Bit 29
sourcepub fn slc0_txlink_restart(&mut self) -> SLC0_TXLINK_RESTART_W<'_, 30>
pub fn slc0_txlink_restart(&mut self) -> SLC0_TXLINK_RESTART_W<'_, 30>
Bit 30
Methods from Deref<Target = W<_0TX_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