gdma_link_mount_buffers() function
Mount one or more buffers to a given link list
Arguments
list
Link list handle, allocated by `gdma_new_link_list`
start_item_index
Index of the first item in the link list to be mounted
buf_config_array
Array of buffer mount configurations
num_buf
Number of buffers to be mounted
end_item_index
Index of the last item in the link list that has been mounted
Return value
- ESP_OK: Mount the buffer successfully - ESP_ERR_INVALID_ARG: Mount the buffer failed because of invalid argument - ESP_FAIL: Mount the buffer failed because of other error
Notes
Different buffers won't be mounted to the same DMA link list item After mount to the last list item, the next list item will be the head item (wrap around)