gdma_del_channel() function
Delete GDMA channel
Arguments
dma_chan
GDMA channel handle, allocated by `gdma_new_channel`
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.