mcu_ll_api.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 41 行

H
41
字号
/**********************************************************************************
 *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
 *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
 *
 *  File: "mcu_ll_api.h"
 *
 * Description:
 * ============
 * MCU LL API
 * 
 * Log:
 * ====
 * $Revision: $
 * Last Modified by $Author: $ at $Modtime: $ 
 **********************************************************************************
 * Updates:
 **********************************************************************************
 * $Log: $
 * 
 * 
 *********************************************************************************/
#include "Config.h"		/* Global Configuration - do not remove! */


#ifndef _MCU_LL_API_H_
#define _MCU_LL_API_H_


/*** Include Files ***************************************************************/
#include "Include\sysdefs.h"


/*** Public Functions ************************************************************/
UINT16 MCU_LL_WriteDRAMData(UINT32 address, UINT16 * buff, UINT16 length, BOOL swap);
UINT16 MCU_LL_ReadDRAMData(UINT32 address, UINT16 * buff, UINT16 length, BOOL swap, BOOL fromNavBuffer);
void MCU_LL_WritePointersRAM(UINT16 offset, UINT32 data);
void MCU_LL_ReadPointersRAM(UINT16 offset, UINT32 * data);


#endif

⌨️ 快捷键说明

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