搜索结果
找到约 246 项符合
interrupt-Pins 的查询结果
开发工具 温湿度传感器 sht11 仿真程序下载
温湿度传感器 sht11 仿真程序
sbit out =P3^0; //加热口
 //sbit input =P1^1;//检测口
 //sbit speek =P2^0;//报警
 sbit clo =P3^7;//时钟
 sbit ST =P3^5;//开始
 sbit EOC =P3^6;//成功信号
 sbit gwei =P3^4;//个位
 sbit&nb ...
可编程逻辑 Create a 1-Wire Master with Xilinx PicoBlaze
Abstract: Designers who must interface 1-Wire temperature sensors with Xilinx field-programmable gate arrays(FPGAs) can use this reference design to drive a DS28EA00 1-Wire slave device. The downloadable softwarementioned in this document can also be used as a starting point to connect other 1-Wir ...
可编程逻辑 8259 VHDL代码
a8259 可编程中断控制 altera提供
The a8259 is designed to simplify the implementation of the interrupt interface  in 8088 and 8086  based microcomputer systems. The device is known as a programmable interrupt controller.  The a8259 receives and prioritizes up to 8 interrupts,  ...
接口技术 20 Pins JTAG 定义
JTAG口的定义
接口技术 SL811开发资料_包含源程序_电路图_芯片资料
SL811开发资料_包含源程序_电路图_芯片资料:SL811HS Embedded USB Host/Slave Controller.The SL811HS is an Embedded USB Host/Slave Controller capable of communicate with either full-speed or low-speed USB peripherals. The SL811HS can interface to devices such as microprocessors, microcontrollers, DSPs, o ...
仿真技术 温湿度传感器 sht11 仿真程序下载
温湿度传感器 sht11 仿真程序
sbit out =P3^0; //加热口
 //sbit input =P1^1;//检测口
 //sbit speek =P2^0;//报警
 sbit clo =P3^7;//时钟
 sbit ST =P3^5;//开始
 sbit EOC =P3^6;//成功信号
 sbit gwei =P3^4;//个位
 sbit&nb ...
汇编语言 这是PC机间相互通信的例子
这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为用中断方式实现
汇编语言 汇编作业:sound
汇编作业:sound,hentobia,interrupt, countnumber,count_numberandtel
汇编语言 这是PC机间相互通信的例子
这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.