代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/270973/11014500
lst timer(soft).lst
A51 MACRO ASSEMBLER TIMER_SOFT_ 07/27/2006 20:42:50 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Timer(Soft).OBJ
ASSEMB
www.eeworm.com/read/270973/11014503
obj timer(soft).obj
www.eeworm.com/read/270973/11014505
hex timer(soft).hex
:10000000900032780075B00075A000790AE889F098
:100010008493F5A0E5F093F5B012002508B83CEB09
:1000200078000200057D647E147FF8DFFEDEFADDD5
:0C003000F6223F065B4F666D7D077F6F78
:00000001FF
www.eeworm.com/read/270973/11014507
opt timer(soft).opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/270973/11014508
pwi timer(soft).pwi
www.eeworm.com/read/270816/11024529
c timer.c
/*------------------------------------------------------------------------------
timer.c:
------------------------------------------------------------------------------*/
#include /*
www.eeworm.com/read/270816/11024532
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
#include "type.h"
// 定时器间隔(单位:亳秒)
#define PERIOD (50) /* 50 milli-second interrupt period */
// 这里的6UL 个机器周期用于
// 中断中的多余指令的时间
// LJMP, MOV TH0,
www.eeworm.com/read/270669/11030550
c timer.c
/* General purpose software timer facilities
*/
#include
#include "global.h"
#include "timer.h"
#include "proc.h"
#include "mbuf.h"
#include "commands.h"
#include "daemon.h"
#inclu
www.eeworm.com/read/270669/11030627
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* Software timers
* There is one of these structures for each simulated timer.
* Whenever the timer is runn