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

Return value

- ESP_OK: Get GDMA channel/group ID successfully - ESP_ERR_INVALID_ARG: Get GDMA channel/group ID failed because of invalid argument - ESP_FAIL: Get GDMA channel ID failed because of other error

Notes

This API breaks the encapsulation of GDMA Channel Object. With the returned group/channel ID, you can even bypass all other GDMA driver API and access Low Level API directly.

References

from examples