gdma_new_link_list() function
Create a DMA link list
Arguments
config
Link list configurations
ret_list
Returned link list handle
Return value
- ESP_OK: Create DMA link list successfully - ESP_ERR_INVALID_ARG: Create DMA link list failed because of invalid argument - ESP_ERR_NO_MEM: Create DMA link list failed because out of memory - ESP_FAIL: Create DMA link list failed because of other error
Notes
This function will allocate memory for the link list.