代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/374641/9391480
txt cap中断程序参考.txt
#include "DSP281x_Device.h"// DSP281x Headerfile Include File
#include "DSP281x_Examples.h"// DSP281x Examples Include File
// Prototype statements for functions found within this file.
inter
www.eeworm.com/read/371150/9564458
txt 键盘输入中断.txt
1
这个程序能接受256个字符,如果你还想输入更多的字符,只需要把空间留的更多一点就行
data segment
keyboard db 256 dup (?) ;为输入的字符串预留空间
data ends
code segment
assume cs:code,ds:data
main proc far
mov ax,data
mov ds,ax
lea d
www.eeworm.com/read/174743/9574978
跑马灯中断程序
www.eeworm.com/read/362548/9993210
c 中断可进入备份.c
#include
#include
#define P3_2 P3^2
unsigned char receive_sbuf;
unsigned char receive_7128;
void main(void)
{
P1=0XF0; //点灯
//外中断设置
IT0=1; //外部中断0 下
www.eeworm.com/read/361949/10027329
中断1-8-1
www.eeworm.com/read/163253/10168373
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/163253/10168374
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/356185/10235285
doc 中断控制器.doc
www.eeworm.com/read/470124/6924888
bak 中断法_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/470124/6924889