pub struct W(_);
Expand description
Register OUT_LINK
writer
Implementations§
source§impl 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 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 this bit to stop 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 this bit to start 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 this bit to restart outlink descriptor.
Methods from Deref<Target = W<OUT_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