Struct esp32s3::dma::in_link_ch::W
source · pub struct W(_);Expand description
Register IN_LINK_CH%s writer
Implementations§
source§impl W
impl W
sourcepub fn inlink_addr(&mut self) -> INLINK_ADDR_W<'_, 0>
pub fn inlink_addr(&mut self) -> INLINK_ADDR_W<'_, 0>
Bits 0:19 - This register stores the 20 least significant bits of the first inlink descriptor’s address.
sourcepub fn inlink_auto_ret(&mut self) -> INLINK_AUTO_RET_W<'_, 20>
pub fn inlink_auto_ret(&mut self) -> INLINK_AUTO_RET_W<'_, 20>
Bit 20 - Set this bit to return to current inlink descriptor’s address, when there are some errors in current receiving data.
sourcepub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 21>
pub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 21>
Bit 21 - Set this bit to stop dealing with the inlink descriptors.
sourcepub fn inlink_start(&mut self) -> INLINK_START_W<'_, 22>
pub fn inlink_start(&mut self) -> INLINK_START_W<'_, 22>
Bit 22 - Set this bit to start dealing with the inlink descriptors.
sourcepub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 23>
pub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 23>
Bit 23 - Set this bit to mount a new inlink descriptor.
Methods from Deref<Target = W<IN_LINK_CH_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