Struct esp32::spi0::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 - The address of the first inlink descriptor.
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 - when the bit is set inlink descriptor returns to the next descriptor while a packet is wrong
sourcepub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 28>
pub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, 28>
Bit 28 - Set the bit to stop to use inlink descriptor.
sourcepub fn inlink_start(&mut self) -> INLINK_START_W<'_, 29>
pub fn inlink_start(&mut self) -> INLINK_START_W<'_, 29>
Bit 29 - Set the bit to start to use inlink descriptor.
sourcepub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 30>
pub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, 30>
Bit 30 - Set the bit to mount on new inlink descriptors.