在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变量在哪个文件里面定义的,一直没有找到,它的作用是不是用来计运行周期的?