⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tsip_edma.h

📁 dsp tms320c6486的csl例程
💻 H
字号:
/*  ============================================================================
 *   Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005, 2006
 *
 *   Use of this software is controlled by the terms and conditions found
 *   in the license agreement under which this software has been supplied.
 *  ============================================================================
 */


#ifndef _TSIP_EDMAH_
#define _TSIP_EDMAH_

#include "csl_edma.h"


/* Test Case Header file */

//Enable DRAE bit 0-3 
#define TEST_GEM_DRAELO  0xffffffff
#define TEST_GEM_DRAEHI  0x0

#define EDMA_TSIP_CHANNEL_NUM   CSL_EDMA_CHA0 

/******************************************************************************\
* Global Function Calls for EDMA Setup Functions 
\******************************************************************************/
void edmaModuleInit(Uint32 edma_region_num);
void edmaCloseHandles();

void   edmaParamSetup (CSL_EdmaParamHandle hParam, Uint32 option, 
                     Uint32 *srcAddr, Uint32 *dstAddr, Uint32 Acnt,
                     Uint32 Bcnt, Uint32 Ccnt, Uint32 SrcBidx, Uint32 DstBidx,
                     Uint32 Cidx);                                          
#endif  /* _TSIP_EDMAH_ */
/******************************************************************************\
* End of tsip_edma.h
\******************************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -