代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/462735/7196993
dsn timer.dsn
www.eeworm.com/read/462735/7196994
asm timer.asm
ORG 00H
TICK EQU 10000 ;10000×100us=1s
T100us EQU 256-100 ;100us时间常数(12M)
C100us EQU 30H ;100us计数单元
LEDBUF EQU 40H
LED BIT P1.0
LJMP START ;跳至主程序
ORG 000BH
www.eeworm.com/read/462735/7197120
dsn timer(soft).dsn
www.eeworm.com/read/462735/7197122
asm timer(soft).asm
ORG 00H
START: MOV DPTR,#TABLE ;设置段码表首地址
MOV R0,#00H ;计数值初始化
S1: MOV P3,#00H
MOV P2,#00H ;数码显示初始化
S2: MOV R1,#10
MOV A,R0
MOV B,R1
DIV AB ;分离计数值的十位和个位
www.eeworm.com/read/462635/7199034
plg timer.plg
礦ision3 Build Log
Project:
F:\Emotion\Keil\N2\timer.uv2
Project File Date: 12/25/2007
Output:
www.eeworm.com/read/462635/7199043
opt timer.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/462387/7201965
del timer.del
** Identification (file timer.o)
Norcroft ARM C vsn 4.90 (ARM Ltd SDT2.50) [Build number 80]
** Header (file timer.o)
AOF file type: Big-endian, Relocatable object code
AOF Version: 311
www.eeworm.com/read/462387/7201995
o timer.o
www.eeworm.com/read/462387/7202000
c timer.c
#include "def.h"
#include "option.h"
#include
#include "k44.h"
#include "k44lib.h"
#include "etcs.h"
volatile int tmcCnt0,tmcCnt1,tmcCnt2,tmcCnt3,tmcCnt4,tmcCnt5;
volatile int tmcV