Struct esp32s3::dma::out_link_ch::W
source · pub struct W(_);
Expand description
Register OUT_LINK_CH%s
writer
Implementations
sourceimpl W
impl W
sourcepub fn outlink_addr_ch(&mut self) -> OUTLINK_ADDR_CH_W<'_, 0>
pub fn outlink_addr_ch(&mut self) -> OUTLINK_ADDR_CH_W<'_, 0>
Bits 0:19 - This register stores the 20 least significant bits of the first outlink descriptor’s address.
sourcepub fn outlink_stop_ch(&mut self) -> OUTLINK_STOP_CH_W<'_, 20>
pub fn outlink_stop_ch(&mut self) -> OUTLINK_STOP_CH_W<'_, 20>
Bit 20 - Set this bit to stop dealing with the outlink descriptors.
sourcepub fn outlink_start_ch(&mut self) -> OUTLINK_START_CH_W<'_, 21>
pub fn outlink_start_ch(&mut self) -> OUTLINK_START_CH_W<'_, 21>
Bit 21 - Set this bit to start dealing with the outlink descriptors.
sourcepub fn outlink_restart_ch(&mut self) -> OUTLINK_RESTART_CH_W<'_, 22>
pub fn outlink_restart_ch(&mut self) -> OUTLINK_RESTART_CH_W<'_, 22>
Bit 22 - Set this bit to restart a new outlink from the last address.
Methods from Deref<Target = W<OUT_LINK_CH_SPEC>>
Trait Implementations
sourceimpl From<W<OUT_LINK_CH_SPEC>> for W
impl From<W<OUT_LINK_CH_SPEC>> for W
sourcefn from(writer: W<OUT_LINK_CH_SPEC>) -> Self
fn from(writer: W<OUT_LINK_CH_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