代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/333950/12651173
lis timer.lis
.module Timer.c
.area text(rom, con, rel)
0000 .dbfile D:\AVR\User\AVR_PWM\Timer.c
0000 .dbfunc e timer1_init _
www.eeworm.com/read/333950/12651176
o timer.o
XL
H 3 areas A global symbols
M Timer.c
A text size 120 flags 0
dbfile D:\AVR\User\AVR_PWM\Timer.c
dbfunc e timer1_init 0 fV
dbline FFFFFFFF 0
dbline 16 0
dbline 17 0
dbline 18 4
dbline 19 8
www.eeworm.com/read/333950/12651187
s timer.s
.module Timer.c
.area text(rom, con, rel)
.dbfile D:\AVR\User\AVR_PWM\Timer.c
.dbfunc e timer1_init _timer1_init fV
.even
_timer1_init::
.dbline -1
.dbline 22
; #include
; #i
www.eeworm.com/read/333950/12651194
c timer.c
#include
#include
#include
#define Uchar unsigned char
#define Uint unsigned int
#define Ulong unsigned long
Uchar time_init;
Uchar CNT1;
Uchar CNT2;
U
www.eeworm.com/read/146356/12656912
asm timer.asm
DisplayBuffer EQU 30H
ScanCounter EQU 38h
ORG 0H
JMP RESET
ORG 0BH
JMP TimerInt
RESET:
MOV SP,#70H
MOV R0,#37H
www.eeworm.com/read/300879/13885751
lst timer.lst
C51 COMPILER V8.02 TIMER 07/27/2007 22:23:38 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
www.eeworm.com/read/300879/13885783
c timer.c
#include
#include"keyboard.h"
#include"timer.h"
/*-----------------------------------------------------------------------------------*/
/*定义定时器0重装值(只适用于晶振为11.0592M时),50ms溢出 46080
www.eeworm.com/read/300879/13885784
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
extern void BEEP(unsigned int time);
extern void Timer0_Init(void);
extern void Delay(unsigned int n);
#endif
www.eeworm.com/read/300879/13885785
obj timer.obj
www.eeworm.com/read/135857/13892265
bas timer.bas
Attribute VB_Name = "MTimer"
'**********************************************************************************
'**********************************************************************************