代码搜索结果

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

timer.h

#ifndef _TIMER_H_ #define _TIMER_H_ //timerl:122.07us~31.128ms //#define T38400DELAY 3 #define T5MS 40 #define T20MS 200 //timerh:31.25ms~7.96875s #define TREFRESHTIME1 6 #define T100

timer.c

#include "config.h" #include "define.h" #include "oled.h" extern CURRENT_DEVICE_INFO current_device_info; extern uint8 flag; extern uint16 count; /***********************************************

timer.h

extern void Time0Init(void); extern void IRQ_Time0_fn(void);

timer.c

#include "2407e.h" #include "2407bit.h" extern unsigned int TimeFlag; void T3Init(void) //T3 Serve as Clock { *EVBIMRA = 0x0080; //Enable T3PINT interrupt *EVBIFRA = 0xffff; //

timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------

timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi

timer.lst

C51 COMPILER V8.02 TIMER 08/07/2008 16:11:58 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T

timer.h

/******************************************************************/ /* timer.h - v0.00 */ /* Copyright (c) 1997 Texas Instruments Incorporated