pub struct R(_);Expand description
Register _0TX_LINK reader
Implementations
sourceimpl R
impl R
sourcepub fn slc0_txlink_addr(&self) -> SLC0_TXLINK_ADDR_R
pub fn slc0_txlink_addr(&self) -> SLC0_TXLINK_ADDR_R
Bits 0:19
sourcepub fn slc0_txlink_stop(&self) -> SLC0_TXLINK_STOP_R
pub fn slc0_txlink_stop(&self) -> SLC0_TXLINK_STOP_R
Bit 28
sourcepub fn slc0_txlink_start(&self) -> SLC0_TXLINK_START_R
pub fn slc0_txlink_start(&self) -> SLC0_TXLINK_START_R
Bit 29
sourcepub fn slc0_txlink_restart(&self) -> SLC0_TXLINK_RESTART_R
pub fn slc0_txlink_restart(&self) -> SLC0_TXLINK_RESTART_R
Bit 30
sourcepub fn slc0_txlink_park(&self) -> SLC0_TXLINK_PARK_R
pub fn slc0_txlink_park(&self) -> SLC0_TXLINK_PARK_R
Bit 31
Methods from Deref<Target = R<_0TX_LINK_SPEC>>
Trait Implementations
sourceimpl From<R<_0TX_LINK_SPEC>> for R
impl From<R<_0TX_LINK_SPEC>> for R
sourcefn from(reader: R<_0TX_LINK_SPEC>) -> Self
fn from(reader: R<_0TX_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