搜索结果
找到约 271 项符合
interrupt 的查询结果
按分类筛选
- 全部分类
- 技术资料 (66)
- 单片机开发 (39)
- 单片机编程 (26)
- 汇编语言 (17)
- 微处理器开发 (16)
- DSP编程 (11)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 串口编程 (7)
- 其他 (6)
- 其他书籍 (4)
- 嵌入式/单片机编程 (4)
- 嵌入式综合 (3)
- Linux/Unix编程 (3)
- Windows CE (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 笔记 (2)
- C/C++语言编程 (2)
- 书籍源码 (2)
- 电子书籍 (2)
- 驱动编程 (2)
- 编译器/解释器 (2)
- USB编程 (2)
- 通讯编程文档 (2)
- uCOS (2)
- 源码 (1)
- 电源技术 (1)
- 无线通信 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 开发工具 (1)
- 传感与控制 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- Java编程 (1)
- 文件格式 (1)
- 技术管理 (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- 其他行业 (1)
- 系统设计方案 (1)
- GPS编程 (1)
汇编语言 这是一个4位机的程序
这是一个4位机的程序,有keybord,interrupt,display,
技术资料 介绍32位微控制器TriCore的中断系统的设置步骤及使用实例
The Infineon TriCore provides an Interrupt System on a high safety standard. You can find in this do
单片机编程 用外部设备设置32位微控制器TriCore的中断的指令及方法
The Infineon TriCore provides an Interrupt System with a high safety standard. Thisdocument contains some instructions on how to initiate an Interrupt from an externaldevice. First it will show you how to trigger an Interrupt Service Request by an impulseon Port 0 or Port 1. Then in the second part ...
技术资料 串口调试源代码
#include
#include
#include
#define BUFFLEN 1024
void InitCOM(); //初始化串口
void OpenPort(); //打开串口
void ClosePort(); //关闭串口,释放串口资源
void interrupt far asyncint(...);
void interrupt(*asyncoldvect)(...);
unsigned char Buffer[BUFFLEN];
int buffin=0;
int buffout=0;
//unsigned ...
软件工程 ARMask.The ARM has six operating modes: • User (unprivileged mode under which most tasks run)
ARMask.The ARM has six operating modes:
&#8226 User (unprivileged mode under which most tasks run)
&#8226 FIQ (entered when a high priority (fast) interrupt is raised)
&#8226 IRQ (entered when a low priority (normal) interrupt is raised)
&#8226 Supervisor (entered on reset and when a Software Interr ...
技术资料 nxp lpc177x/8x pwm-matchinterrupt keil&iar 例程
nxp lpc177x/8x pwm-match interrupt keil&iar 例程
技术资料 ARM串口中断实验的源码
ARM串口中断实验的源码,能实现串口中断-ARM serial interrupt source experiment
单片机编程 PCA9542A 2channel I2C bus mult
The PCA9542A is a 1-of-2 bidirectional translating multiplexer, controlled via the I2C-bus.The SCL/SDA upstream pair fans out to two SCx/SDx downstream pairs, or channels.Only one SCx/SDx channel is selected at a time, determined by the contents of theprogrammable control register. Two interrupt inp ...