pub struct W(_);
Expand description
Register OUT_LINK_CH0
writer
Implementations
sourceimpl W
impl W
sourcepub fn outlink_addr_ch0(&mut self) -> OUTLINK_ADDR_CH0_W<'_>
pub fn outlink_addr_ch0(&mut self) -> OUTLINK_ADDR_CH0_W<'_>
Bits 0:19 - This register stores the 20 least significant bits of the first outlink descriptor’s address.
sourcepub fn outlink_stop_ch0(&mut self) -> OUTLINK_STOP_CH0_W<'_>
pub fn outlink_stop_ch0(&mut self) -> OUTLINK_STOP_CH0_W<'_>
Bit 20 - Set this bit to stop dealing with the outlink descriptors.
sourcepub fn outlink_start_ch0(&mut self) -> OUTLINK_START_CH0_W<'_>
pub fn outlink_start_ch0(&mut self) -> OUTLINK_START_CH0_W<'_>
Bit 21 - Set this bit to start dealing with the outlink descriptors.
sourcepub fn outlink_restart_ch0(&mut self) -> OUTLINK_RESTART_CH0_W<'_>
pub fn outlink_restart_ch0(&mut self) -> OUTLINK_RESTART_CH0_W<'_>
Bit 22 - Set this bit to restart a new outlink from the last address.
Methods from Deref<Target = W<OUT_LINK_CH0_SPEC>>
Trait Implementations
sourceimpl From<W<OUT_LINK_CH0_SPEC>> for W
impl From<W<OUT_LINK_CH0_SPEC>> for W
sourcefn from(writer: W<OUT_LINK_CH0_SPEC>) -> Self
fn from(writer: W<OUT_LINK_CH0_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