Module rp2040_pac::dma::chan_abort

source ·
Expand description

Abort an in-progress transfer sequence on one or more channels

Structs§

  • Abort an in-progress transfer sequence on one or more channels

Type Aliases§

  • Field CHAN_ABORT reader - Each bit corresponds to a channel. Writing a 1 aborts whatever transfer sequence is in progress on that channel. The bit will remain high until any in-flight transfers have been flushed through the address and data FIFOs.
  • Field CHAN_ABORT writer - Each bit corresponds to a channel. Writing a 1 aborts whatever transfer sequence is in progress on that channel. The bit will remain high until any in-flight transfers have been flushed through the address and data FIFOs.
  • Register CHAN_ABORT reader
  • Register CHAN_ABORT writer