drvfinetune.h

来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 33 行

H
33
字号
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006-2007 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MStar Semiconductor Inc. and be kept in strict confidence
// (¨MStar Confidential Information〃) by the recipient.
// Any unauthorized act including without limitation unauthorized disclosure,
// copying, use, reproduction, sale, distribution, modification, disassembling,
// reverse engineering and compiling of the contents of MStar Confidential
// Information is unlawful and strictly prohibited. MStar hereby reserves the
// rights to any and all damages, losses, costs and expenses resulting therefrom.
//
////////////////////////////////////////////////////////////////////////////////

#ifndef _DRVFINETUNE_H_
#define _DRVFINETUNE_H_

#include "board.h"

#if (DEMO_FINE_TUNE_TYPE == DEMO_FINE_TUNE_STD)
#include "DFT_LCD_STD.h"
#endif

extern U8 g_ACE_ICE_TBL[256];
extern U8 g_ACE_IHC_SRAM1_TBL[0x50];
extern U8 g_ACE_IHC_SRAM2_TBL[0x48];
extern U8 g_ACE_IHC_SRAM3_TBL[0x48];
extern U8 g_ACE_IHC_SRAM4_TBL[0x40];

#endif // _DRVFINETUNE_H_

⌨️ 快捷键说明

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