代码搜索结果

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

dma.h

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

dma.h

#ifndef DMA_ADMIN_H #define DMA_ADMIN_H #define MAX_DMA_CHANNEL 4 //#define DMA_IS_USED 1 #define DMA_IS_HWTRIG 2 #define DMA_IS_SWTRIG 1 #define DMA_IS_FREE 0 // request source #define R

dma.c

#include "def.h" #include "config.h" #include "inc/board.h" #include "2410addr.h" #include "dma.h" #define DMA_CHECK_ATTR 1 typedef struct{ //can't use __packed??? volatile U32 DIS

dma.err

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

dma.h

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

dma.h

/***************************************************************************** * dma.h: Header file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

dma.c

/***************************************************************************** * dma.c: DMA module file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor