pub struct W(_);
Expand description
Register DMA_OUT_LINK
writer
Implementations
sourceimpl W
impl W
sourcepub fn outlink_addr(&mut self) -> OUTLINK_ADDR_W<'_, 0>
pub fn outlink_addr(&mut self) -> OUTLINK_ADDR_W<'_, 0>
Bits 0:19 - The address of the first outlink descriptor.
sourcepub fn outlink_stop(&mut self) -> OUTLINK_STOP_W<'_, 28>
pub fn outlink_stop(&mut self) -> OUTLINK_STOP_W<'_, 28>
Bit 28 - Set the bit to stop to use outlink descriptor.
sourcepub fn outlink_start(&mut self) -> OUTLINK_START_W<'_, 29>
pub fn outlink_start(&mut self) -> OUTLINK_START_W<'_, 29>
Bit 29 - Set the bit to start to use outlink descriptor.
sourcepub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W<'_, 30>
pub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W<'_, 30>
Bit 30 - Set the bit to mount on new outlink descriptors.
Methods from Deref<Target = W<DMA_OUT_LINK_SPEC>>
Trait Implementations
sourceimpl From<W<DMA_OUT_LINK_SPEC>> for W
impl From<W<DMA_OUT_LINK_SPEC>> for W
sourcefn from(writer: W<DMA_OUT_LINK_SPEC>) -> Self
fn from(writer: W<DMA_OUT_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