Struct esp32s3::dma::out_link_ch::W
source · pub struct W(_);
Expand description
Register OUT_LINK_CH%s
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 - This register stores the 20 least significant bits of the first outlink descriptor’s address.
sourcepub fn outlink_stop(&mut self) -> OUTLINK_STOP_W<'_, 20>
pub fn outlink_stop(&mut self) -> OUTLINK_STOP_W<'_, 20>
Bit 20 - Set this bit to stop dealing with the outlink descriptors.
sourcepub fn outlink_start(&mut self) -> OUTLINK_START_W<'_, 21>
pub fn outlink_start(&mut self) -> OUTLINK_START_W<'_, 21>
Bit 21 - Set this bit to start dealing with the outlink descriptors.
sourcepub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W<'_, 22>
pub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W<'_, 22>
Bit 22 - Set this bit to restart a new outlink from the last address.