gdma_del_channel() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Delete GDMA channel successfully - ESP_ERR_INVALID_ARG: Delete GDMA channel failed because of invalid argument - ESP_FAIL: Delete GDMA channel failed because of other error

Notes

If you call `gdma_new_channel` several times for a same peripheral, make sure you call this API the same times.

References

from examples