📄 hpi_common.h
字号:
/*****************************************************************************\
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -