dma_release_channel
The interface has the following parameters.
- Synopsis:
void dma_release_channel(struct dma_chan *chan)
- Description: The interface is used to release a specified DMA channel.
- Parameter:
- chan: The pointer to the handle of DMA channel to be released.
- Return: Void.