📄 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 + -