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.

C6455 EDMA3中断参数传递问题

请问大家,我现在通过EDMA3中断到一个edmaHwi函数中,要传递一个参数tcc,以前C6416有一个EDMA_intHook(TCC,edmaHwi)函数,现在EDMA3没有了,请问现在怎样可以吧参数TCC传到中断函数里面去?