搜索资源列表
skel.tar
- pci的驱动程序编程基本框架,在此基础上编程非常方便,实现了由PCI进行DMA传送数据功能-This the basic frame about PCI bus drive and you can complete driect message access through PIC bus easily from the frame.
wb_dma.tar
- DMA的控制器的IP核,和ATA控制器配合,可以实现DMA方式高速传输数据.-DMA controller IP core, and ATA controller tie, DMA can achieve high-speed transmission of data.
T8237
- 该程序代码的功能主要是为了对DMA芯片8237的功能进行一个了解。在该程序中利用8237实现了将内存中魔几个单元的数据复制到另外几个存储单元。
lcd_if
- LCD 底层驱动实现。包括初始化,刷屏,DMA数据传输,DEEPSLEEP
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
DMASample
- windows驱动中实现对DMA数据设备的处理-windows in the implementation of the DMA-driven data processing equipment
PCIDMA
- PCI+总线高速DMA+数据传输驱动程序设计-PCI+ bus high-speed data transmission DMA+ Driver
PCI-DMA
- PCI视频采集的驱动程序,采用DMA方式实现数据到内存的传输-PCI,DMA
DMA-PCIe
- 利用XILINX的IP核设计DMA传输方式实现电脑和FPGA板之间数据传输文档,很有参考价值。-DMA design by using ips provides by XILINX ,make the communication between PC and FPGA possbile.
VC_Project_Files
- 上位机与pci9054通讯,此例中为上位机发送数据包给pci9054,用DMA传输方式-Pci9054 communicate with the host computer, in this case to send data to the host computer contracted pci9054, using DMA transfer mode
VC_Project_Files
- 此例为上位机接受从PCI9054中dma方式发送过来的数据包,检测长度,字节数-This example from PCI9054 for PC accept dma to send packets, length, number of bytes
Source.Plx9000
- pci9054的驱动程序,是plx公司自主开发的包含dma数据传输的驱动,可以作为自己开发cpci驱动板卡驱动程序的参考。-pci9054 driver is driving the company independently developed plx contains dma data transmission, can develop their own cpci driver as the driver reference board.
Source.PlxSvc
- pci的驱动程序,是plx公司自主开发的包含dma数据传输的驱动,可以作为自己开发cpci驱动板卡驱动程序的参考。-pci driver is driving the company independently developed plx contains dma data transmission, can develop their own cpci driver as the driver reference board.
PCIe-driver-and-DMA-with-PC
- PCIE驱动程序源码,包括的详细的初始化过程、中断操作、DMA操作,并包含通过DMA与上位机进行数据传输的程序-PCIE driver source code, detailed initialization process includes interrupt operations, DMA operations, and includes data transfer with the host computer via the DMA program
dma_dll
- 通过PCI总线实现DMA数据传输,程序使用VC++编写,编译即可实现,生成dll,可以调用-data trans on dma, with vc++