代码搜索结果

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

dma.h

#ifndef __DMA_H__ #define __DMA_H__ #ifdef __cplusplus extern "C" { #endif ///////////////////////////// #define SINGLE 0 #define BURST 1 #define BYTE 0 #define DBYTE 1 #define F

dma.h

#ifndef __DMA_H__ #define __DMA_H__ void Test_Zdma0(void); void Test_Zdma1(void); //void Test_Zdma0Xdreq(void); #endif /*__DMA_H__*/

dma.c

/********************************************************************** CAUTION: DMA operation is being done in cache-on state NOW. So,some read value may be not same with real memory value

dma.c

/* * ======== dma.c ======== */ #include "AudioDMA.h" extern int dataReadyFlag; int ping_rx_flag = 1; int ping_tx_flag = 0; unsigned int dst, src; /* * ======= DMA_rxStart ===

dma.c

#undef __DEBUG_VERSION #include "def.h" #include "2410addr.h" #include "2410lib.h" #include "2410slib.h" #include "DMAAdmin.h" #define DMA_CHECK_ATTR 1 typedef struct{ //can't use __pa

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;

dma.cpp

// dma.cpp --dma class methods #include "dma.h" #include // baseDMA methods baseDMA::baseDMA(const char * l, int r) { label = new char[std::strlen(l) + 1]; std::strcpy(lab

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