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