搜索:Interrupt
找到约 271 项符合「Interrupt」的查询结果
结果 271
按分类筛选
- 全部
- 技术资料 (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)
https://www.eeworm.com/dl/926603.html
技术资料
介绍32位微控制器TriCore的中断系统的设置步骤及使用实例
The Infineon TriCore provides an Interrupt System on a high safety standard. You can find in this do
https://www.eeworm.com/dl/502/31374.html
单片机编程
用外部设备设置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 ...
https://www.eeworm.com/dl/961713.html
技术资料
timer
irq.c: Interrupt handler C file for Philips LPC214x Family Microprocessors
https://www.eeworm.com/dl/980711.html
技术资料
串口调试源代码
#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 bu ...
https://www.eeworm.com/dl/540/247072.html
软件工程
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 wh ...
https://www.eeworm.com/dl/960343.html
技术资料
nxp lpc177x/8x pwm-matchinterrupt keil&iar 例程
nxp lpc177x/8x pwm-match interrupt keil&iar 例程
https://www.eeworm.com/dl/962243.html
技术资料
ARM串口中断实验的源码
ARM串口中断实验的源码,能实现串口中断-ARM serial interrupt source experiment
https://www.eeworm.com/dl/502/31006.html
单片机编程
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 registe ...