代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/404901/11476513
pdf 结构8_中断.pdf
www.eeworm.com/read/403374/11518431
txt 定时中断应用.txt
由8031内部定时器1,按方式1工作,即作为16位定时器使用
每0.05秒钟T1溢出中断一次。P1口的P1.0-P1.7分别接八个发
光二极管。要求编写程序模拟一时序控制装置。开机后第一
秒钟L1,L3亮,第二秒钟L2,L4亮,第三秒钟L5,L7亮,第四
秒钟L6,L8亮,第五秒L1,L3,L5,L7亮,第六秒钟L2,L4,
L6,L8亮,第七秒钟八个二极管全亮,第八秒钟全灭, ...
www.eeworm.com/read/403374/11518432
txt 中断现场保护程序.txt
中断现场保护程序
INT:PUSH (1)
PUSH (2)
MOV P1,#0FH ;中断转向的状态
MOV R2,#0AH
INT1:LCALL DELAY
DJNZ R2,INT1
POP (2)
POP (1)
www.eeworm.com/read/401483/11557022
uv2 中断0.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
www.eeworm.com/read/401483/11557026
uv2 另类中断.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/401483/11557033
bak 另类中断_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/262500/11587335
txt adc(中断查询方式).txt
//ICC-AVR application builder : 2007-7-28 下午 02:23:48
// Target : M16
// Crystal: 4.0000Mhz
/*******************************************
ADC(中断查询方式)
********************************