dma_async_issue_pending

The interface has the following parameters.
  • Synopsis:
    void dma_async_issue_pending(struct dma_chan *chan)
  • Description: The interface is used to start the transmission in a certain channel.
  • Parameter:
    • chan: The pointer to the handle of the relevant DMA channel.
  • Return: Void.