tsip_edma.h

来自「dsp tms320c6486的csl例程」· C头文件 代码 · 共 38 行

H
38
字号
/*  ============================================================================
 *   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 + =
减小字号Ctrl + -
显示快捷键?