Module esp32c3_hal::pac::dma::out_link_ch2
Expand description
DMA_OUT_LINK_CH2_REG.
Structs
Type Definitions
Field
OUTLINK_ADDR
reader - This register stores the 20 least significant bits of the first outlink descriptor’s address.Field
OUTLINK_ADDR
writer - This register stores the 20 least significant bits of the first outlink descriptor’s address.Field
OUTLINK_PARK
reader - 1: the outlink descriptor’s FSM is in idle state. 0: the outlink descriptor’s FSM is working.Field
OUTLINK_RESTART
reader - Set this bit to restart a new outlink from the last address.Field
OUTLINK_RESTART
writer - Set this bit to restart a new outlink from the last address.Field
OUTLINK_START
reader - Set this bit to start dealing with the outlink descriptors.Field
OUTLINK_START
writer - Set this bit to start dealing with the outlink descriptors.Field
OUTLINK_STOP
reader - Set this bit to stop dealing with the outlink descriptors.Field
OUTLINK_STOP
writer - Set this bit to stop dealing with the outlink descriptors.