|
Releasing QDMA Resources |
Top Previous Next |
|
As a final step, you should release all resources held by the QDMA channel (including the associated EDMA channel) by calling QDMA_Release. This makes QDMA available for use by other threads. The interface you got from QDMA_Interface remains valid for further use.
For example:
status = QDMA_Release(I);
|