代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/458176/7302937
h timer.h
/**************************************************************************
* *
* This code has been developed by Eugene Kuznet
www.eeworm.com/read/458012/7314084
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
#ifdef OS_GLOBALS
www.eeworm.com/read/457838/7317190
c timer.c
typedef unsigned char BYTE;
typedef unsigned long int DWORD;
extern DWORD clock_MS;
//DWORD clock_MS = 0;
/* void timer_interrupt( void )
{
clock_MS++;
}
*/
DWORD clock_ValueRough(
www.eeworm.com/read/457723/7318670
scr timer.scr
/* ************************************************************************ */
/* Copyright (c) 1997-2001 Evatronix SA */
/* *************************************
www.eeworm.com/read/457723/7318723
vhd timer.vhd
--*******************************************************************--
-- Copyright (c) 1999-2001 Evatronix SA --
--****************************************************
www.eeworm.com/read/457458/7325283
h timer.h
#define TCH_1ms 0xf8 // TCH 1ms定时常数
#define TCL_1ms 0xcc // TCL 1ms定时常数
#define TC_4us 0xffec // 4us定时常数
#define TCH_10ms 0xb8 // TCH 10ms定时常数
#define TCL_10ms 0x00 // TCL 10ms定时常数
www.eeworm.com/read/457458/7325295
c timer.c
//------------------------------------timer.c-----------------------------
#include "includes.h"
typedef struct
{
uchar volatile Ctrl;
uint Interval;
uint Counter;
}TIMERCON;
//--
www.eeworm.com/read/457274/7329291
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/457274/7329292
obj timer.obj
www.eeworm.com/read/457274/7329297
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi