代码搜索结果

找到约 10,000 项符合 DMA 的代码

dma.h

#ifndef __DMA_H__ #define __DMA_H__ void Test_DMA(void); #endif /*__DMA_H__*/

dma.ug

Using DMA with ATA or ATAPI a guide to all the requirements and problems by Hale Landis Version 14x and higher

dma.c

/***************************************** NAME: dma.c DESC: DMA memory2memory test HISTORY: 2003.05.15:Leon YH KIM: draft ver 0.0 *****************************************/ #include

dma.err

"dma.c", line 126: Warning: C2892E: signed constant overflow: '

dma.h

#ifndef __DMA_H__ #define __DMA_H__ void Test_DMA(void); #endif /*__DMA_H__*/

dma.c

/***************************************** NAME: dma.c DESC: DMA memory2memory test HISTORY: 2001.03.31:purnnamu: draft ver 0.0 *****************************************/ #include

dma.h

#ifndef __DMA_H__ #define __DMA_H__ void Test_DMA(void); #endif /*__DMA_H__*/

dma.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;