代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include "timer.h"
timer.h
#ifndef TIMER_H
#define TIMER_H
#include "main.h"
#define StartTimer0 TR0=1;
#define StartTimer1 TR1=1;
//TIMER COUNTER
#define TIMER_COUNTER 1//10 s measure onces
#endif
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
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:
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