?? ndk.tci
字號:
/* * Copyright 2007 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * * @(#) TCP/IP_Network_Developers_Kit 1.92.00.22 01-10-2007 (ndk-b22) */// NDK specific requirements
// - NDK needs a heartbeat timer tick
bios.prdNdk = bios.PRD.create("prdNdk");
bios.prdNdk.period = 0x64;
bios.prdNdk.fxn = prog.extern("llTimerTick");
// - NDK needs to know when tasks are created
bios.hookNdk = bios.HOOK.create("hookNdk");
bios.hookNdk.initFxn = prog.extern("NDK_hookInit");
bios.hookNdk.createFxn = prog.extern("NDK_hookCreate");
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -