代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14125142
dat asslandat115.dat
软中断指令 INT
格式: INT n 其中n为软中断的类型号.
----
功能: 本指令将产生一个软中断,把控制转向一个类型号为n的软中断,该中断处理程序入口地址在中断向量表的n*4地 ---- 址处的二个存储器字(4个单元)中.
www.eeworm.com/read/293264/8303830
txt readme.txt
定时器中断实验
按键开始定时器中断
检测在规定时间内4个定时有没有相应中断,如有OK,否则FAIL
按键停止定时器中断,输出各个定时器在这段时间的中断响应的次数
www.eeworm.com/read/291779/8396385
cpp 微机中断的资料.cpp
// 微机中断的资料如下:
// IRQ0系统时钟(系统保留)
// IRQ1键盘(系统保留)
// IRQ2系统的第二个中断请示控制器(IRQ8-15)
// IRQ3串行口2(可用)
// IRQ4串行口1(可用)
// IRQ5并行口2(可用)(一般用来设置声卡)
// IRQ6软盘(系统保留)
// IRQ7并行口1(一般用作打印机)
// IRQ8实时时钟 ...
www.eeworm.com/read/290271/8492046
txt 中断控制器.txt
// This is a simple Programmable Interrupt Controller.
// The number of interrupts is depending on the databus size.
// There's one interrupt input per databit (i.e. 16 interrupts for a 16
// bit d
www.eeworm.com/read/290020/8511105
txt 文档 (8)含有中断.txt
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define ulong unsigned long
/*****数据口定义****/
#define lcd1602_bus P0
/*定义9850端口*/
sbit sclk=P2^
www.eeworm.com/read/188163/8565830
bak 中断_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
www.eeworm.com/read/431896/8647559
pdf linux中断解析,中文.pdf
www.eeworm.com/read/283855/8985443
pdf arm内核中断技术.pdf
www.eeworm.com/read/179841/9335349
pdf 结构8_中断.pdf
www.eeworm.com/read/374941/9378390
txt 串口中断接收.txt
#include"DSP281x_Device.h"
#include"DSP281x_Examples.h"
#define SCI_IO 0x0030
void IO_function(void);
void Scib_init(void);
void Scib_xmit(int a);
interrupt void scibRxFifoIsr(void);
void