代码搜索结果

找到约 10,000 项符合 Timer 的代码

timer.cpp

// 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

// 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.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252

timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY

timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY

timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252

timer.c

#include "config.h" sbit IR_Line = P3^7; sbit KEY = P1^1; bit REC_IR_STA=0; unsigned int IR_cnt=0; uchar Rev_IR_DAT[60]; uchar Rev_Byte= 0; uchar Rev_bit = 0; bit Rev_OK =

timer.h

void init_timer0(void);

timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ void vTimer(unsigned char ucKeyCode); #endif