代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/167828/9951327
asm fangbo1.asm
;==============================================
; fangbo1.asm
; 利用定时器Timer0在XF脚产生周期2ms的的方波
;==============================================
.title "fangbo1.asm"
.mmregs
; .include "vector
www.eeworm.com/read/26441/959549
makefile
###############################################################################
# Makefile for the project TIMER0控制流水灯
###############################################################################
www.eeworm.com/read/28694/1006141
makefile
###############################################################################
# Makefile for the project TIMER0控制流水灯
###############################################################################
www.eeworm.com/read/170329/9810168
c timer.c
/******************************************************************************/
/* TIMER.C: Time Functions for 10Hz Clock Tick using Timer0 */
/***********************************
www.eeworm.com/read/424980/10389002
c timer.c
/******************************************************************************/
/* TIMER.C: Time Functions for 10Hz Clock Tick using Timer0 */
/***********************************
www.eeworm.com/read/457465/1596913
pbd timer0.pbd
This is an internal working file generated by the Source Browser.
15:10 47s
F:\current Working\LPC2300_IAR\Timer0\查询方式\Timer0\Debug In RAM\Obj\main.pbi
F:\current Working\LPC2300_IAR\Timer0\查询方式\Ti
www.eeworm.com/read/229338/4757801
pbd timer0.pbd
This is an internal working file generated by the Source Browser.
15:10 47s
F:\current Working\LPC2300_IAR\Timer0\查询方式\Timer0\Debug In RAM\Obj\main.pbi
F:\current Working\LPC2300_IAR\Timer0\查询方式\Ti
www.eeworm.com/read/366326/9821055
h constant.h
/***************************************************/
/* 超声波测距传感器 */
/* —— 常量定义 */
/* 20080222 */
/* By Ding
www.eeworm.com/read/323269/13345946
txt 新建 文本文档.txt
TH0 = 0xfc;
TL0 = 0x17;
void timer0() interrupt 1
// 定时器0中断服务程序, 用于数码管的动态扫描
// dis_index --- 显示索引, 用于标识当前显示的数码管和缓冲区的偏移量
// dis_digit --- 位选通值, 传送到P2口用于选通当前数码管的数值, 如等于0xfe时,
// 选通P2.0口数码管
/