Struct esp32c3::dma::out_link_ch0::W
source · pub struct W(_);
Expand description
Register OUT_LINK_CH0
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.
Methods from Deref<Target = W<OUT_LINK_CH0_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