Hi,
Typically you need to use the following API to map your DMA channel to one of the event queues. Each of the event queues is mapped to a TC,
CSL_edma3HwChannelSetupQue( )
I am not aware of any API from CSL to read TC registers. But you can find the address of the TC registers from the device data manual and EDMA User Guide.
Xiaohui