GDMA channel handle, allocated by `gdma_new_channel`
desc_base_addr
Base address of descriptors (usually the descriptors are chained into a link or ring)
Return value
- ESP_OK: Start DMA engine successfully - ESP_ERR_INVALID_ARG: Start DMA engine failed because of invalid argument - ESP_ERR_INVALID_STATE: Start DMA engine failed because of invalid state, e.g. the channel is controlled by ETM, so can't start it manually - ESP_FAIL: Start DMA engine failed because of other error
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
Related Functions
Found 18 other functions taking a gdma_channel_t
argument: