hpi_common.h

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

H
46
字号
/*****************************************************************************\
*           TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION           
*                                                                            
*  Property of Texas Instruments 
*  For  Unrestricted  Internal  Use  Only 
*  Unauthorized reproduction and/or distribution is strictly prohibited.  
*  This product is protected under copyright law and trade secret law 
*  as an unpublished work.  
*  Created 2004, (C) Copyright 2003 Texas Instruments.  All rights reserved.
*------------------------------------------------------------------------------
*  Filename       : hpi_common.h
*  Date Created   : Feb 10, 2005
*  Last Modified  : Feb 15, 2005
*  Description    : HPI common function prototypes.
*  History        :
*  Project        : Himalaya
*  Author         : Raja
\*****************************************************************************/

/*------------------------------------------------------------------*/
/* Function Prototypes                                              */
/*------------------------------------------------------------------*/


void Enable_Pwr_Svr_HPI();

void Init_uHPI_TB(Uint32 *host_cmd_ptr);

void Setup_uHPI_TB(Uint32 *host_cmd_ptr);

void Wait_For_Tb_Complete();

void Wait_For_Memory_Initialization(Uint32 *dsp_src_buff, Uint32 length);

Uint32 Data_Compare_HPI(Uint32 *dsp_src_addr, 
                        Uint32 *dsp_dst_addr,
                        Uint32 length);

Uint32 Data_Compare_HPI_Hwob(Uint32 *dsp_src_addr, 
                             Uint32 *dsp_dst_addr,
                             Uint32 length);

/*****************************************************************************\
* End of hpi_common.h
\*****************************************************************************/

⌨️ 快捷键说明

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