代码搜索:Timer0

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

代码结果 1,870
www.eeworm.com/read/322903/13361692

lst timer0-t1.lst

A51 MACRO ASSEMBLER TIMER0_T1 12/21/2006 15:45:55 PAGE 1 MACRO ASSEMBLER A51 V7.08a OBJECT MODULE PLACED IN TIMER0-T1.OBJ ASSEMBL
www.eeworm.com/read/322903/13361696

asm timer0-t1.asm

;******************************************************************* ;* * ;* ME500单片机开发系统演示程序 - 定时与计数中断 * ;*
www.eeworm.com/read/321391/13407695

asm hui2051.asm

ORG 0000H AJMP START ORG 000BH AJMP TIMER0 ORG 001BH AJMP TIMER1 ORG 0030H START: MOV TMOD,#12H ;设定T0的工作方式为2,T1的工作方式为1 MOV TH0,#9CH ;T0每计算100产生一个中断(一个PWM波周期是100uS) MOV TL0,#9CH SETB
www.eeworm.com/read/320380/13427790

mak timer0.mak

CC = iccavr CFLAGS = -IC:\icc\include\ -e -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -d
www.eeworm.com/read/308746/13693913

c gpio.c

#include "DSP28_Device.h" // void Delay(long z); void InitSysCtrl(void); void IntiGpio(void); void InitPieCtrl(void); void InitPieVectTable(void); void InitCpuTimers(void); void ConfigCpuTime
www.eeworm.com/read/303726/13809958

asm happy_birthday.asm

;---------------------------------------------------------- ;单片机技术与嵌入式系统:http://www.51c51.net ;http://www.51c51.cn ;QQ:308828633 E-Mail:51c51@china.com.cn ;设计:豆豆 ;--------------------------------
www.eeworm.com/read/109663/6172886

c timer.c

/* * Routine for delaying a specified amount of time (n seconds) * * Author: ORC * * Copyright (c) Altera Corporation 2002. * All rights reserved. */ #include #include "timer.h"
www.eeworm.com/read/109663/6172977

c timer.c

/* * Routine for delaying a specified amount of time (n seconds) * * Author: ORC * * Copyright (c) Altera Corporation 2002. * All rights reserved. */ #include #include "timer.h"
www.eeworm.com/read/109663/6173088

c timer.c

/* * Routine for delaying a specified amount of time (n seconds) * * Author: ORC * * Copyright (c) Altera Corporation 2002. * All rights reserved. */ #include #include "timer.h"
www.eeworm.com/read/207069/6297741

asm fangbo.asm

;============================================== ; fangbo.asm ; 利用定时器Timer0在XF脚产生周期1s的的方波 ; 此程序采用100Mhz的时钟频率,产生的方波 ;============================================== .title "fangbo.asm" .mmr