搜索资源列表
51_9603_dma
- 我自己编写的51控制9603用DMA方式与PC通讯的例程-my own preparation of the 51 control 9603 DMA and PC communication routines
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
DSP_DMA
- Tms320c6xDMA传输,使用channel0,实现数组间元素数据的传输,数据的初始化在main函数完成,调用DMA数据传输子函数-Tms320c6xDMA transmission, the use of channel0. among the array elements to achieve data transmission, data initialization function in the main completed. Call DMA data transfer func
8086-DMA
- 利用8086和8237实现DMA传输,适用于学习DMA原理的-use 8086 and 8237 to achieve DMA, DMA apply to the principle of learning
WindowsCEqudong
- Windows CE下驱动程序开发基础, Windows CE下的串口驱动程序能够处理所有I/O行为类似串口的设备,包括基于16450、16550 UART(通用异步收发芯片)的设备和一些采用DMA的设备,常见的有9针串口、红外I/O口、Modem等
s3c6410_dma_controller
- 这个是wince6.0下S3C6410平台下DMA操作的源码分析,写的很是标准,有很强的通用性。-This is under the S3C6410 platform wince6.0 operated under the DMA source analysis, the standard is written, there are very versatile.
book3s_hv_cma
- Contiguous Memory Allocator for ppc KVM hash pagetable based on CMA for DMA mapping framework.
cdma_hw
- Tegra host1x Command DMA for Linux v2.13.6.
DMA
- 基于STM32系列单片机的DMA方式数据传输,是网上搜到的一些例程以及教程,方便大家使用.-STM32 MCU-based DMA mode data transfers, online search to some routines and tutorials to facilitate everyone to use.
ADC_DMA
- stm32 通过adc采集 dma存储后进行滤波处理