代码搜索结果

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

dma.map

****************************************************************************** TMS320C54x COFF Linker PC Version 3.70 ******************************************************

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.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.c

#include #define N 65536//64896 Uint16 srcAddrLo,srcAddrHi; Uint16 dstAddrLo,dstAddrHi; #pragma DATA_SECTION(dst, "dstMem") Uint16 dst[N]; #pragma DATA_SECTION(src, "srcMem"

dma.c

#include #define N 65536//64896 Uint16 srcAddrLo,srcAddrHi; Uint16 dstAddrLo,dstAddrHi; #pragma DATA_SECTION(dst, "dstMem") Uint16 dst[N]; #pragma DATA_SECTION(src, "srcMem"

dma.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [Profiling] Enabled=0 [Log file] LoggingEnabled=_ 0

dma.c

/********************************************************************* * 目标芯片:CC1110F32 功能:配置DMA */ #include struct setdata{ uchar SRCADDRH; UINT8 SRCADDRL; UINT8 DESTADDRH;