搜索资源列表
pcidriver
- pci驱动编程实例,通过pci可实施操作: 2、通过DMA方式往SDRAM写数据的步骤: (1) 往OMB1写传输数据次数 (2) 往OMB2写所要访问的SDRAM地址 (3) 往FIFO写2 3、通过DMA方式从SDRAM读数据的步骤: (1) 往OMB1写传输数据次数 (2) 往OMB2写所要访问的SDRAM地址 (3) 往FIFO写3 -pci-driven programming examples, can be implemented through
12sys
- pci温度采集卡驱动程序WDM,编辑公斤VC6.0,DDK2000,DRIVER STUDIO3.2
pci-zongxian-guifan
- pci总线规范(简版).2.0.好好 好好看
pciExpress
- 2001年春季的IDF上Intel正式公布pci Express,是取代pci总线的第三代I\\O技术,也称为3GIO。该总线的规范由Intel支持的AWG(Arapahoe Working Group)负责制定。2002 年4月17日,AWG正式宣布3GIO 1.0规范草稿制定完毕,并移交pci-SIG进行审核。开始的时候大家都以为它会被命名为Serial pci(受到串行ATA的影响),但最后却被正式命名为pci Express。2006年正式推出Spec2.0(2.0规范)
yxw_bob_pci_demo
- The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is compliant to the pci 2.1 Local Bus specification. Included in the kit is a pci add-in card, Windows drivers, demonstration applications, and doc
pci9052-detail-process
- 第一章 WDM驱动程序开发环境的建立 第二章 建立一个pci处理的基本程序框架 第三章 pci资源配置的获取 §1.KResource Assignment类定义 §2.Windows98/2000下pci 资源配置的获取 第四章 输入输出处理 §1.KIoRange类的说明 §2.I/O处理的框架产生方法 §3.I/O处理驱动程序及应用程序相关部份范例 第五章 中断处理 §1.生成中断处理驱动程序的框架 §2.怎样建立一个中断处理 §3.延迟处
Project_DriverController
- 这是我编写的深圳地铁S335型司机控制器的检测程序,是最终针对用户的商业程序。 软件开发采用NI公司的Labwindows/CVI 8.1 FDS开发,硬件使用研华的数据采集卡: 1:pci-818LS (1块) 2: pci-1752 (1块) 3: pci-1753 (1块) 测试时需要安装研华的设备管理器,同时需要安装CVI的Runtime环境。 报表采用Excel,需要安装Office 2003。 程序运行画面截图在压缩包中的PI
ADSP2011Driver
- 从pci板卡接收中断,然后以DMA的方式将板卡数据传至PC。 2.主要优点:内建DMA缓存,实时性好,中断发生140ns左右后数据即可上传,速率可到100MB/s。代码中有详细注释。该驱动已在Windows XP平台下通过测试。-Receive interrupts from the pci card, then the DMA mode of data transmitted to the board PC. 2 main advantages: built-in DMA buffer, re
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、pci设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
NDIS_6[1].0_miniport__driver
- 实现一个千兆以太网卡的NDIS的miniport驱动实例源代码 对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等pci的千兆以太网控制器),针对它们写一个NDIS6的驱动-The realization of a Gigabit Ethernet card, the NDIS driver miniport in
demo
- 1、双击demo.exe,执行演示程序,测试相关功能; 2、默认动态链接库支持HC、HC+、HCS、HF、HS 等压缩板卡的功能测试; 3、如果您使用的板卡为H系列压缩板卡,请解压“4.2”后,将里面的dll文件替换当前目录下版本,即可进行H系列板卡相关功能测试。-1, double-click demo.exe, the implementation of demonstration program to test the relevant functions 2, the defa
pci_Local_Bus_Spec_v2.2
- pci Local Bus Specification Revision 2.2 December 18, 1998
VC
- 1、用于学习如何使用DLL动态链接库。 2、学习开发如何测试外部工控板的思路。 3、本案例是朋友开发用于测试pci板卡-1, for learning how to use the DLL dynamic link library. 2, learn how to test the external development of the idea of industrial control panels. 3, this case is a friend developed for te
pci-Local-Bus-Specification-2.2.RAR
- pci Local Bus Specification 2.2
8348_all
- pci-8348驱动及相关程序(2009年11月02日)pci-8348 drivers and related programs (November 2, 2009)-pci-8348 drivers and related programs (November 2, 2009)
pci9054_dll
- 该应用程序调用pci9054驱动程序,实现pci板卡到PC机的数据传输,并在磁盘存盘。 2.主要优点:增加了本进程的工作集,开了较大的缓存,能用于大量突发数据的实时性传输。使用文件映射的方式写盘,速度很快。 3.使用方法:在你自己的应用程序中直接显式的或隐式的调用该DLL即可。该程序已在windows XP平台上测试通过 -The application calls pci9054 driver to achieve the pci card to a PC data transfer and
linux-2.0.38.tar
- linux系统源代码涵盖内存管理,进程,进程间通讯机制,pci,中断和中断处理,设备驱动程序,文件系统,网络,核心机制的所有源代码-linux source
1553B-RT
- 1553B RT功能(使用pci板卡的通道2实现RT功能,RT的地址和子地址设置需要与BC一致)-1553B RT function (channel 2 using the pci card to achieve RT function, RT address and subaddress settings need consistent with the BC)
V1.2
- TI6205 pci 接口 的 DMA驱动,测试可用(TI6205 DMA driver, test available)
pcie-M.2-接口规范-V1.0-接口定义
- 总线和接口标准说明,介绍总线和接口标准规范(pci Express M.2 Specification Introduction to M.2)