代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
//*****************************************************************************
//
// timer.h - Prototypes for the timer module
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reser
timer.cmd
/*
//
// TMDX BETA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: EzDSP_RAM_lnk.cmd
timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();
timer.asm
;;Established date: 2005/09/01
;;********************************************************************
;;transmit data from HT82M99E to MCU device
SBR_USBToMCU:
SET
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
timer.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
timer.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
timer.cs
//---------------------------------------------------------------------
// This file is part of the Microsoft .NET Framework SDK Code Samples.
//
// Copyright (C) Microsoft Corporation. All rig