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.

12月8日培训,IPC程序问题

在12月8日成都多核培训,IPC程序中

uint32_t  i;
 uint32_t  coreID = CSL_chipReadReg (CSL_CHIP_DNUM);


 TSCL = 0;
 intcInit();  //init the intc CSL global data structures, enable global ISR
 registerInterrupt(); //register the Host interrupt with the event

 

这个TSCL变量在哪个文件里面定义的,一直没有找到,它的作用是不是用来计运行周期的?