搜索结果
找到约 200 项符合
Interrupt 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (37)
- 单片机编程 (23)
- 汇编语言 (17)
- 微处理器开发 (16)
- DSP编程 (10)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 串口编程 (6)
- 其他 (6)
- 其他书籍 (4)
- 技术资料 (4)
- Windows CE (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- Linux/Unix编程 (3)
- VC书籍 (3)
- 嵌入式综合 (3)
- C/C++语言编程 (2)
- USB编程 (2)
- uCOS (2)
- 电子书籍 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 编译器/解释器 (2)
- 通讯编程文档 (2)
- 笔记 (2)
- VIP专区 (2)
- 电源技术 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 文件格式 (1)
- 软件工程 (1)
- 系统设计方案 (1)
- VxWorks (1)
- 操作系统开发 (1)
- Java编程 (1)
- VHDL/FPGA/Verilog (1)
- Internet/网络编程 (1)
- 其他行业 (1)
- GPS编程 (1)
- *行业应用 (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 技术书籍 (1)
- 源码 (1)
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine.
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow.
微处理器开发 LPC2103 - example how to use RTC and its Interrupt.
LPC2103 - example how to use RTC and its Interrupt.
其他嵌入式/单片机内容 keypad 4x4 use interrupt with PIC18F4550
keypad 4x4 use interrupt with PIC18F4550
其他 UART interrupt based, LPC2148, Keil real view compiler
UART interrupt based, LPC2148, Keil real view compiler
Linux/Unix编程 interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o in
interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* ...
书籍源码 useing interrupt in pic 16f877
useing interrupt in pic 16f877
其他嵌入式/单片机内容 Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex o
Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex operation, adjustable baud rate
单片机开发 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010
基于单片机的10根线束线缆检测器的源程序
#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
//#pragma interrupt INTTM010 isr_INTTM000
#pragma interrupt INTTM80 isr_INTTM80
//#pragma interrupt INTTMH1 isr_INTTMH1
#pragma section @@CNST OPT AT 80H
const char OPTION=0x94
typedef unsigned char uchar
t ...