代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/386701/8731148
asm intr5.asm
;PROGRAM NAME:INTR5.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
;
DISP EQU 3
www.eeworm.com/read/386701/8731173
asm intr4.asm
;PROGRAM NAME:INTR4.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
;
DISP EQU 3
www.eeworm.com/read/429923/8782840
asm ch7-2.asm
Value EQU 40H
ScanLine EQU 41H
Sec EQU 42H
ORG 00H
AJMP START
ORG 0BH
AJMP TIMER0
ORG 1BH
AJMP TIMER1
START: MOV SP,#60H
MOV
www.eeworm.com/read/186636/8921452
uv2 timer0.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/176523/9494599
bak timer.h.bak
ndef _TIMER_H
#define _TIMER_H
#include
extern void T0_timeout();
extern void T1_timeout();
extern void T2_timeout();
extern void T3_timeout();
//Timer½ӿ؍
//Timer0
void s
www.eeworm.com/read/176523/9494863
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#include
extern void T0_timeout();
extern void T1_timeout();
extern void T2_timeout();
extern void T3_timeout();
//Timer接口
//Timer0
void
www.eeworm.com/read/366020/9836435
c spi_dac5617.c
//===========================================================
//
// 文件名称:SPI_DAC5617
//
// TITLE: DSP28 SPI - DAC TLV5617A,
// 采用CPU Timer0产生定时周期50ms,输出锯齿波
// 使能看门狗,在主函数中刷新计数器
//
/
www.eeworm.com/read/467481/7004079
s main.s
.module main.c
.area data(ram, con, rel)
_flag_led::
.blkb 2
.area idata
.word 0
.area data(ram, con, rel)
.dbfile D:\avr\timer0/cfg.h
.dbsym e flag_led _flag_led I
.area text(rom, c
www.eeworm.com/read/441678/7666892
asm ch10_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
;
www.eeworm.com/read/297035/8058420
asm intr5.asm
;PROGRAM NAME:INTR5.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
;
DISP EQU 3