gdma_get_group_channel_id() function
Get the group ID and the channel ID
Arguments
dma_chan
GDMA channel handle, allocated by `gdma_new_channel`
group_id
Returned group ID
channel_id
Returned channel ID
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.