Suspend a DMA transfer.
void dma_suspend_job( struct dma_resource * resource)
This function will request to suspend the transfer of the DMA resource. The channel is kept enabled, can receive transfer triggers (the transfer pending bit will be set), but will be removed from the arbitration scheme. The channel operation can be resumed by calling dma_resume_job().
| Data direction | Parameter name | Description |
|---|---|---|
[in] |
resource |
Pointer to the DMA resource |