Struct esp32::spi0::dma_in_link::R
source · pub struct R(_);
Expand description
Register DMA_IN_LINK
reader
Implementations§
source§impl R
impl R
sourcepub fn inlink_addr(&self) -> INLINK_ADDR_R
pub fn inlink_addr(&self) -> INLINK_ADDR_R
Bits 0:19 - The address of the first inlink descriptor.
sourcepub fn inlink_auto_ret(&self) -> INLINK_AUTO_RET_R
pub fn inlink_auto_ret(&self) -> INLINK_AUTO_RET_R
Bit 20 - when the bit is set inlink descriptor returns to the next descriptor while a packet is wrong
sourcepub fn inlink_stop(&self) -> INLINK_STOP_R
pub fn inlink_stop(&self) -> INLINK_STOP_R
Bit 28 - Set the bit to stop to use inlink descriptor.
sourcepub fn inlink_start(&self) -> INLINK_START_R
pub fn inlink_start(&self) -> INLINK_START_R
Bit 29 - Set the bit to start to use inlink descriptor.
sourcepub fn inlink_restart(&self) -> INLINK_RESTART_R
pub fn inlink_restart(&self) -> INLINK_RESTART_R
Bit 30 - Set the bit to mount on new inlink descriptors.