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

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

References

from examples