test3funcs.c

来自「RTX 实现Windows 实时化的组件」· C语言 代码 · 共 24 行

C
24
字号
//
// 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 + =
减小字号Ctrl + -
显示快捷键?