代码搜索:timer0

找到约 1,870 项符合「timer0」的源代码

代码结果 1,870
www.eeworm.com/read/25308/846856

uv2 定时器0.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,0,
www.eeworm.com/read/493441/1167124

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/348333/3156555

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/471345/6890377

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/471345/6890409

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/368882/9674899

asm 中断.asm

ORG 0000H LJMP MAIN ORG 0003H LJMP INT0 ORG 000BH LJMP TIMER0 ORG 001BH LJMP TIMER1 ORG 0100H MAIN: CLR P1.7 MOV SP, #5FH MOV 20
www.eeworm.com/read/411012/11261184

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/146356/12657213

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/146356/12657224

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/146356/12657227

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