Here are some useful replies from the forum http://www.hellodsp.com:
If the tcint=1 is set, a EDMA interrupt is sent after the transfer is complete, and different transports can be distinguished by the TCC (transfer completion code), which is associated to different functions, which are already encapsulated in the EDMA routines.
Hedmatable is a newly assigned param item.
After a bit of upstairs, I think the use of TCC is to set the usage for EDMA interrupts, if you want to generate a EDMA interrupt after the EDMA transfer is complete, be sure to set the TCC value. The TCC represents the interrupt function, so if you want to use the same TCC for several EDMA channels, it means that the same interrupt service function is used together after these transport channels have completed the transfer. Furthermore, the specific use of which EDMA channel is independent of the value of TCC. That is, if tcc=0111b, does not mean that he will use the seventh EDMA channel.
As for pram, it is used to configure the EDMA channel.
2 floor and 3 floor is very right, if you set tcint = 1 in the OPT register, then EDMATC will return the TCC code to EDMACC after the transfer is complete, which is the TCCM:TCC set in the OPT register. If the interrupt is enabled, the EDMA interrupts to the CPU, since the 64 channels of EDMA can only produce one interrupt, that is Edma_int, which channel is generated by this TCC to determine the interrupt, the resulting interrupt channel will be placed in the corresponding position in the CIPR