代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/284556/8919113
cc timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
www.eeworm.com/read/186636/8921417
timer0
www.eeworm.com/read/186598/8923518
obj timer.obj
www.eeworm.com/read/186598/8923540
lst timer.lst
C51 COMPILER V7.07 TIMER 11/25/2003 15:47:54 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/186598/8923643
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
www.eeworm.com/read/186598/8923659
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/383713/8925339
h timer.h
#ifndef _LINUX_TIMER_H
#define _LINUX_TIMER_H
/*
* DON'T CHANGE THESE!! Most of them are hardcoded into some assembly language
* as well as being defined here.
*/
/*
* The timers are:
www.eeworm.com/read/383713/8925863
c timer.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/383709/8926113
c timer.c
/*
*******************************************************************************
* Copyright (c) 2005, Comba Telecom System
* All Rights Reserved
*
www.eeworm.com/read/284431/8930658
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(