?? test3funcs.c
字號:
//
// Functions called from test3.c
//
#include "test3.h"
//
// RTX periodic timer handler function
// Refer to the RTX Samples directory for examples
// of periodic timers
//
void
RTFCNDCL
TimerHandler(
PLARGE_INTEGER pTime
)
{
RtGetClockTime(CLOCK_3,&Time);
buffer[n].QuadPart = pTime->QuadPart;
n++;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -