gdma_new_link_list() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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.

References

from examples