Module esp32c2::dma::out_link_ch0

source ·
Expand description

DMA_OUT_LINK_CH0_REG.

Structs

  • DMA_OUT_LINK_CH0_REG.
  • Register OUT_LINK_CH0 reader
  • Register OUT_LINK_CH0 writer

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.