代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/386701/8731517
asm t5.asm
;PROGRAM NAME:T5.ASM
;TEST TIMER0 MODE 1:16 BIT COUNT UP
;
MS_100 EQU 30H
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
CHECK_BIT REG P3.2
;
ORG 0
MOV R0,#00
www.eeworm.com/read/386701/8731522
asm t6.asm
;PROGRAM NAME:T6.ASM
;TEST TIMER0 MODE 1:16 BIT COUNT UP
;
MS_10 EQU 30H
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
CHECK_BIT REG P3.2
LED REG P3.7
;
ORG 0
www.eeworm.com/read/386701/8731523
asm intr2.asm
;PROGRAM NAME:INTR2.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
DIGIT2 REG P1.5
;
DISP EQU 3
www.eeworm.com/read/381435/9092954
asm cvectors.asm
DRR11A .set 0x41
DXR11A .set 0x43
.ref _timer0
.ref _int0
.ref _c_int00
.sect ".vectors"
rs: BD _c_int00
nop
nop
nmi: rete ;NMI, SINT16
nop
NOP
www.eeworm.com/read/381434/9093001
asm cvectors.asm
DRR11A .set 0x41
DXR11A .set 0x43
.ref _timer0
.ref _int3
.ref _c_int00
.sect ".vectors"
rs: BD _c_int00
nop
nop
nmi: rete ;NMI, SINT16
nop
NOP
www.eeworm.com/read/176523/9494613
_h timer._h
#ifndef _TIMER_H
#define _TIMER_H
extern void T0_timeout();
extern void T1_timeout();
extern void T2_timeout();
extern void T3_timeout();
//Timer陆涌貚
//Timer0
void start_T0(char type, u
www.eeworm.com/read/176523/9494641
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
extern void T0_timeout();
extern void T1_timeout();
extern void T2_timeout();
extern void T3_timeout();
//Timer陆涌貚
//Timer0
void start_T0(char type, u
www.eeworm.com/read/176523/9494821
_h timer._h
#ifndef _TIMER_H
#define _TIMER_H
#include
extern void T1_timeout();
//Timer接口
//Timer0
void start_T0(char type, unsigned int count);
void stop_T0(void);
//Timer1
void sta
www.eeworm.com/read/176523/9494980
_h timer._h
#ifndef _TIMER_H
#define _TIMER_H
#include
extern void T1_timeout();
//Timer接口
//Timer0
void start_T0(char type, unsigned int count);
void stop_T0(void);
//Timer1
void sta
www.eeworm.com/read/176523/9495007
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
extern void T0_timeout();
extern void T1_timeout();
extern void T2_timeout();
extern void T3_timeout();
//Timer陆涌貚
//Timer0
void start_T0(char type, u