?? servodspcode.h
字號:
/**********************************************************************************
* Copyright (c) 2001 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: "ServoDspCode.h"
*
* Description:
* ============
*
*
* Log:
* ====
* $Revision: $
* Last Modified by $Author: $ at $Modtime: $
**********************************************************************************
* Updates:
**********************************************************************************
* $Log: $
*
*
*********************************************************************************/
#include "Config.h" /* Global Configuration - do not remove! */
#ifndef _SERVO_DSP_CODE_H
#define _SERVO_DSP_CODE_H
/*** Include Files ***************************************************************/
/*** Defines *********************************************************************/
/*** Typedefs ********************************************************************/
/*** Extern **********************************************************************/
extern const far unsigned short ServoDspMainCode[];
extern const far unsigned short ServoDspSdramCode[];
#ifdef FTA_SUPPORT
extern const far unsigned short ServoDspFtaCode[];
extern const far unsigned short ServoDspFtaSdramCode[];
#endif
/*** Public Funcions *************************************************************/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -