📄 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 + -