This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

question about the ddk video port driver

hello, I'm studying the video port driver , in the source code in "vportcap.c" , there is a  function "_configTransfer", it build a link as bellow based on the "chan->mergeFlds"

or

but I don't understand why the program used the edma like this , also I found the edma ISR" static void captureEdmaISR(Int tcc) " has a parameter tcc, how this parameter passed to this ISR, can anyone help me.