代码搜索:timer1

找到约 1,567 项符合「timer1」的源代码

代码结果 1,567
www.eeworm.com/read/40534/917696

c main.c

#include "Mini51B.H" //所有与硬件相关的接口函数定义 #include "AUTO_ISP.H" //自动ISP初始化,占用timer1 #include "UART.H" //串口驱动函数 #include "LCD1602.H" //LCD1602驱动函数 #include "LCD12864.H" //LCD12864驱动函数 #incl
www.eeworm.com/read/444112/1736388

asm 8255_1.asm

;实验六 、 8255 A口、B口、C口输出方波 ;文件名称: 8255_1.ASM ;程序清单 NAME T8255_1 $NOLIST $INCLUDE (LJD_2008.INC ) $LIST TIMER0 EQU 30H TIMER1 EQU 31H ORG 0000H START: MOV DPTR,# D_82
www.eeworm.com/read/444112/1736424

inc lcd.inc

;LCD显示的变量定义 TIMER0 DATA 30H ;延时时间的初值 TIMER1 DATA 31H ;调用延时子程序的次数 DATA1 DATA 32H ;点阵显示的变量1 DATA2 DATA 33H ;点阵显示的变量2 X DATA 3
www.eeworm.com/read/425852/2000823

c main.c

#include "Mini51B.H" //所有与硬件相关的接口函数定义 #include "AUTO_ISP.H" //自动ISP初始化,占用timer1 #include "UART.H" //串口驱动函数 #include "LCD1602.H" //LCD1602驱动函数 #include "LCD12864.H" //LCD12864驱动函数 #incl
www.eeworm.com/read/378825/2680780

c main.c

#include "Mini51B.H" //所有与硬件相关的接口函数定义 #include "AUTO_ISP.H" //自动ISP初始化,占用timer1 #include "UART.H" //串口驱动函数 #include "LCD1602.H" //LCD1602驱动函数 #include "LCD12864.H" //LCD12864驱动函数 #incl
www.eeworm.com/read/368932/9671908

o 正弦波.o

XL H 4 areas 4 global symbols M _ A text size 72 flags 0 dbfile 正弦波.c dbfunc e timer1 0 fV dbline FFFFFFFF 10 dbline 1A 10 dbline 1B 10 dbline 1C 1A dbline 1D 24 dbline 1E 2A dbline FFFFFF
www.eeworm.com/read/166286/10025098

txt readme.txt

本程序为最基本定时器中断的测试用: 1,完成基本的初始化 2,打开Timer0,Timer1两个定时器中断 3,驱动串口COM2(可以改为COM1), 波特率为115200 4,现象为在超级终端分别打印字符串
www.eeworm.com/read/468239/6995558

txt shuzizhong.txt

#include "reg51.h" unsigned char tab[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; void delay(); void delay() {int a=5000; while(a--); } void timer1() interrupt 3 {int i,j,k; TH1=-50
www.eeworm.com/read/464833/7060526

asm th23_8253.asm

TIM_CTL EQU 7FFFH ;8253 状态/命令口地址 TIMER0 EQU 7CFFH ;0通道地址 TIMER1 EQU 7DFFH ;1通道地址 TIMER2 EQU 7EFFH ;2通道地址 MODE03 EQU 00110111B ;0通道方式3 方波 十
www.eeworm.com/read/464833/7060649

asm th23_8253.asm

TIM_CTL EQU 7FFFH ;8253 状态/命令口地址 TIMER0 EQU 7CFFH ;0通道地址 TIMER1 EQU 7DFFH ;1通道地址 TIMER2 EQU 7EFFH ;2通道地址 MODE03 EQU 00110111B ;0通道方式3 方波 十