代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
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
timer.h
/*
*-----------------------------------------------------------------------------
* file: timer.h
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
timer.c
/*
*-----------------------------------------------------------------------------
* file: timer.c
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
timer.c
/******************************************************************************/
/* TIMER.C: Time Functions for 10Hz Clock Tick using Timer0 */
/***********************************
timer.h
extern volatile unsigned long timeval;
extern void init_timer(void);
timer.c
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: timer.h
*程序员: 夏鹏 xpsonny@nbicc
timer.h
/*
****************************************************************************
* 宁波中科集成电路设计中心 版权所有 Copyright 2005
* http:\\www.nbicc.com
*文件名: timer.h
*程序员: 夏鹏 xpsonny@nbicc