代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.dep
1
Debug
$PROJ_DIR$\Debug\Exe\dma.d51
dma.pbd
This is an internal working file generated by the Source Browser.
20:10 26s
E:\毕业设计有关资料\ZigBee\CC2430基础试验\CC2430-13\Debug\Obj\main.pbi
dma.ewd
1
Debug
8051
dma.c
//DMA的初始化
int ZDMAInt(uint32 srcAddr, uint32 dstAddr, uint32 Length, int Dw)
{
int Time;
ZDMA0Done = 0;
rINTMSK = ~(BIT_GLOBAL | BIT_ZDMA0);
rZDISRC0 = srcAddr | (Dw
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.d
dma.o: ..\DMA\dma.c
dma.o: .\Common\inc\LPC23xx.h
dma.o: .\Common\inc\type.h
dma.o: .\Common\inc\irq.h
dma.o: ..\DMA\dma.h
dma.o: ..\DMA\../print/uart.h