gdma_link_mount_buffers() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

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)

References

from examples