搜索结果
找到约 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)
单片机开发 M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized.
M16C interrupt settings and Initial code setting for HEW4 for renesas M16c...I coded and optimized. It will savr time to start a new app.
(-:cool:-)
技术资料 PCA9535 PCA9535C 16bit I2C bus and SMBus low power IO port with interrupt
The PCA9535 and PCA9535C are 24-pin CMOS devices that provide 16 bits of GeneralPurpose paral
汇编语言 arm的入门级编程教程 使用汇编语言讲解interrupt服务的功能实现并且提供编程examples
arm的入门级编程教程
使用汇编语言讲解interrupt服务的功能实现并且提供编程examples
编辑器/阅读器 #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include <avr/sleep.h>
#include <avr/pgmspace.h>
#include <string.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <stdio.h>
#include "defines.h"
VC书籍 MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */
MSP430
//示范使用三种不同时脉来源
// Enter LPM3 w/ interrupt
/* Convert EOL to CR/LF */
技术管理 MSP430 //示范使用三种不同时脉来源 // Enter LPM3 w/ interrupt /* Convert EOL to CR/LF */
MSP430
//示范使用三种不同时脉来源
// Enter LPM3 w/ interrupt
/* Convert EOL to CR/LF */
技术资料 PCA9539 PCA9539R 16-bit I2C-bus and SMBus low power IO port with interrupt and reset
The PCA9539; PCA9539R is a 24-pin CMOS device that provides 16 bits of GeneralPurpose paralle
汇编语言 该程序使每次CPU响应外部中断IRQ3时显示字符串“THIS IS A 8259A INTERRUPT!”。中断10次后
该程序使每次CPU响应外部中断IRQ3时显示字符串“THIS IS A 8259A INTERRUPT!”。中断10次后,程序返回DOS。
中断请求通过ISA总线的IRQ3端输入,中断源用单脉冲源代替(来自实验箱)。
微处理器开发 ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In t
ST32
基于(英蓓特)STM32V100的EXTI程序
This example shows how to configure an external interrupt line.
In this example, the EXTI line 9 is configured to generate an interrupt on each
falling edge. In the interrupt routine a led connected to PC.06 is toggled.
This led will be toggled due to the softa ...
微处理器开发 ARM S3C2410硬件手册重点 a.Memory Controller b.Nand Flash c.UART d.Interrupt e.Timer
ARM S3C2410硬件手册重点
a.Memory Controller
b.Nand Flash
c.UART
d.Interrupt
e.Timer