代码搜索结果
找到约 10,000 项符合
DMA 的代码
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.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.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
dma.map
******************************************************************************
TMS320C55x COFF Linker PC Version 2.56
*******************************************************
dma.c
#include
#include
#include
#include
#define N 128
interrupt void fun_dma(void);
void init_dma(void) ;
#pragma DATA_SECTION(src,"section_xx")
Uint
dma.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\tujiang\DSP5509\DMA\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler
dma.h
#ifndef __DMA_H__
#define __DMA_H__
void Test_Zdma0(void);
void Test_Zdma1(void);
//void Test_Zdma0Xdreq(void);
#endif /*__DMA_H__*/