gdma_new_channel() function
Deprecated APIs (will be removed in esp-idf 6.0) @cond Create GDMA channel (Legacy API)
Arguments
config
Pointer to a collection of configurations for allocating GDMA channel
ret_chan
gdma_channel_handle_t *)
__attribute__((deprecated("please use gdma_new_ahb_channel or gdma_new_axi_channel respectively"
Returned channel handle
Return value
- ESP_OK: Create DMA channel successfully - ESP_ERR_INVALID_ARG: Create DMA channel failed because of invalid argument - ESP_ERR_NO_MEM: Create DMA channel failed because out of memory - ESP_FAIL: Create DMA channel failed because of other error