Struct esp32c3::dma::out_link_ch1::R
source · pub struct R(_);
Expand description
Register OUT_LINK_CH1
reader
Implementations§
source§impl R
impl R
sourcepub fn outlink_addr(&self) -> OUTLINK_ADDR_R
pub fn outlink_addr(&self) -> OUTLINK_ADDR_R
Bits 0:19 - This register stores the 20 least significant bits of the first outlink descriptor’s address.
sourcepub fn outlink_stop(&self) -> OUTLINK_STOP_R
pub fn outlink_stop(&self) -> OUTLINK_STOP_R
Bit 20 - Set this bit to stop dealing with the outlink descriptors.
sourcepub fn outlink_start(&self) -> OUTLINK_START_R
pub fn outlink_start(&self) -> OUTLINK_START_R
Bit 21 - Set this bit to start dealing with the outlink descriptors.
sourcepub fn outlink_restart(&self) -> OUTLINK_RESTART_R
pub fn outlink_restart(&self) -> OUTLINK_RESTART_R
Bit 22 - Set this bit to restart a new outlink from the last address.
sourcepub fn outlink_park(&self) -> OUTLINK_PARK_R
pub fn outlink_park(&self) -> OUTLINK_PARK_R
Bit 23 - 1: the outlink descriptor’s FSM is in idle state. 0: the outlink descriptor’s FSM is working.