代码搜索:timer1

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

代码结果 1,567
www.eeworm.com/read/342823/11997684

plg timer1.plg

礦ision2 Build Log Project: E:\编程实例\编程实例\中断\TIMER1\C语言\TIMER1.uv2 Project File Date: 02/14/2008 Output: Build target 'Target 1' compiling TILE
www.eeworm.com/read/340729/12137962

asm t_int0.asm

;******************************************************************************** ;* 标题:北京启东微芯LJD-SY-5100单片机实验系统演示程序 * ;* 文件:T_INT0.ASM
www.eeworm.com/read/254346/12143551

c ads8364_pwm.c

//########################################################################### // // FILE: DSP28_PieVect.c // // TITLE: DSP28 Devices PIE Vector Table Initialization Functions. // //#############
www.eeworm.com/read/339617/12217581

asm 10-5.asm

.sect ".vectors" .ref start .ref ad,timer1 Reset: B start NOP NOP NOP NOP NOP NOP NOP NMI: B nrp NOP NOP
www.eeworm.com/read/252463/12281271

mak timer1.mak

CC = iccavr CFLAGS = -IC:\PROGRA~1\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\PROGRA~1\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -d
www.eeworm.com/read/250893/12378989

h timers.h

/**********************全局变量***********************/ unsigned int timer1,timer2; //定时器1,2 /*===================定时器初始化函数=======================*/ void TimersInit(void) { TMOD = 0x11;
www.eeworm.com/read/129901/14218333

c ads8364_pwm.c

//########################################################################### // // FILE: DSP28_PieVect.c // // TITLE: DSP28 Devices PIE Vector Table Initialization Functions. // //#############
www.eeworm.com/read/227351/14430588

asm c5_4_6.asm

.sect ".vectors" .ref start .ref ad,timer1 Reset: b start nop nop nop nop nop nop nop NMI: b nrp nop
www.eeworm.com/read/125713/14469263

c 5khz方波.c

#include sbit P0_0=P0^0; //方波输出端口 timer1() interrupt 3 using 3 //定时中断 { TL1=0xfe; TH1=0xff; P0_0=~P0_0; // TR1=1; } main() { TMOD=0x10;
www.eeworm.com/read/124057/14598883

lib example.lib

; ; Example.lib - for use with BAS051 ; copyright (c) 1989 W. Washington ; ; basint: ; initialization code ; ; place any additional initization code here ; mov scon, #h'52 ; initialize