?? tone.tcf
字號:
/*
* ======== tone.tcf ========
*
*! Revision History
*! ================
*! 21-Feb-2002 mw Created.
*
* To create tone.cdb, add %TI_DIR$\bin\utilities\tconf path to Dosrun.bat
* then type the following at the command line:
* tconf -Dconfig.importPath="%TI_DIR%\c5400\dsk5416\include"
* -Dconfig.tiRoot="%TI_DIR%" tone.tcf
*
*/
utils.seedPath = environment["config.tiRoot"] + "\\c5400\\bios\\include";
utils.loadPlatform("Dsk5416");
utils.getProgObjs(prog);
/* Disable Real Time Analysis */
GBL.ENABLEINST = false;
GBL.ENABLEALLTRC = false;
/* MCBSP configuration from bsl c5400\dsk5416\include */
utils.importFile("dsk5416_pcm3002.tci");
/* Add UserTask() as first non-idle task */
var userTask = TSK.create("userTask");
userTask.fxn = prog.extern("UserTask");
prog.gen();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -