代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/348075/11613721
spj 6.5多中断.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/348075/11613723
opt 6.5多中断.opt
www.eeworm.com/read/348075/11613726
lik 6.5多中断.lik
Version: 3.0
Options: m37
Obj: "C:\Program Files\Sunplus\unSP IDE 2.0.0\startupD.obj"
Obj: "D:\凌阳\zch\6.5多中断\Debug\Resource.obj"
Obj: "D:\凌阳\zch\6.5多中断\Debug\main.obj"
Obj: "D:\凌阳\zch\6.5多中断\Debu
www.eeworm.com/read/348075/11613731
env 6.5多中断.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=0
Timer=2457600
www.eeworm.com/read/348075/11613734
h 6.5多中断.h
#ifndef __6.5多中断_H__
#define __6.5多中断_H__
// write your header here
#endif
www.eeworm.com/read/348075/11613737
rc 6.5多中断.rc
# Begin Project
# Begin SubItem "6.5多中断 Resources"
# End SubItem
# End Project
www.eeworm.com/read/259816/11763392
txt 中断服务程序.txt
Interrupt Service Routine (ISR)
.title “Interrupt Service Routine”
.mmregs
int1:
CONTEXT_STORE ; push the contents of accumulators and registers on stack
STM #K_INT0,IMR ; Unmask only INT0~
R
www.eeworm.com/read/342086/12041999
txt avr中断嵌套.txt
AVR中断嵌套
昨天写了个AVR的红外的遥控的闹钟程序,开发板要个综合程序.就随便写了个.
主程序开了两个中断,一个输入捕获中断,供红外使用.另外开了个定时中断,为系统其他地方使用,如蜂鸣器,键盘扫描,软件定时器等使用.
捕获中断接收到数据就压入一个队列中,然后在10ms的系统中断函数中处理队列的数据.发现接收很不稳定,有时行,有时不行. ...
www.eeworm.com/read/340729/12138026
c 定时中断.c
/*******************************************************************************
* 标题: 启东微芯LJD-SY-5100单片机开发系统演示程序
* 文件: 定时中断.C
www.eeworm.com/read/253715/12204096