gdma_reset() function
Reset DMA channel FIFO and internal finite state machine
Arguments
dma_chan
GDMA channel handle, allocated by `gdma_new_channel`
Return value
- ESP_OK: DMA channel reset successfully - ESP_ERR_INVALID_ARG: DMA channel reset failed due to invalid arguments - ESP_FAIL: DMA channel reset failed due to other errors
Notes
This function is allowed to run within ISR context This function is also allowed to run when Cache is disabled, if `CONFIG_GDMA_CTRL_FUNC_IN_IRAM` is enabled Resetting a DMA channel won't break the connection with the target peripheral