代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
timer.h
/* File: TIMER.H
** Description:
** Constants and declarations for use with TIMER.C.
** Copyright:
** Copyright 1994, David G. Roberts
*/
#ifndef _TIMER_H
#include "gamedefs.h"
/* CO
timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#include
class CTimer
{
public:
CTimer();
virtual ~CTimer();
public:
DWORD GetPassedTime();
void Continue();
stat
timer.cpp
#include "Timer.h"
DWORD g_ct;
CTimer::CTimer()
{
m_isRaise = false;
m_isRun = true;
m_intval = 300;
}
CTimer::~CTimer()
{
}
void CTimer::SetIntVal(int val)
{
m_intval = val
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0303-Timer\"
ProjectType=Executable
CPUFamily=TMS320C55XX
timer.map
******************************************************************************
TMS320C55x COFF Linker PC Version 2.56
*******************************************************