Struct esp32::uhci0::dma_in_link::W
source · pub struct W(_);
Expand description
Register DMA_IN_LINK
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 least 20 bits of the first in link 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 - 1:when a packet is wrong in link descriptor returns to the descriptor which is lately used.
sourcepub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 28>
pub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 28>
Bit 28 - Set this bit to stop dealing with the in link descriptors.
sourcepub fn inlink_start(&mut self) -> INLINK_START_W<'_, 29>
pub fn inlink_start(&mut self) -> INLINK_START_W<'_, 29>
Bit 29 - Set this bit to start dealing with the in link descriptors.
sourcepub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 30>
pub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 30>
Bit 30 - Set this bit to mount on new in link descriptors
Methods from Deref<Target = W<DMA_IN_LINK_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