⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dual_struct.c

📁 realtek LCD monitor, TV开发源代码
💻 C
字号:
//**********************************************************************************************************
//  The  Software  is  proprietary,  confidential,  and  valuable to Realtek Semiconductor
//  Corporation  ("Realtek").  All  rights, including but not limited  to  copyrights,
//  patents,  trademarks, trade secrets, mask work rights, and other similar rights and interests,
//  are reserved to Realtek. Without  prior  written  consent  from  Realtek,  copying, reproduction,
//  modification,  distribution,  or  otherwise  is strictly prohibited. The Software  shall  be
//  kept  strictly  in  confidence,  and  shall  not be  disclosed to or otherwise accessed by
//  any third party. @ <2003> - <2008>   The Software is provided "AS IS" without any warranty of any kind,
//  express, implied, statutory or otherwise.
//**********************************************************************************************************
//----------------------------------------------------------------------------------------------------
// ID Code      : Struct.c No.0000
// Update Note  :
//
//----------------------------------------------------------------------------------------------------

#include "Common\Header\Include.h"

//#if(_OSD_TYPE == _DUAL_OSD)
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
StructGlobalData0Type           xdata   stGlobalData0           _at_ _GLOBAL_XDATA0_ADDRESS;  //0727 Modified For Code Size
StructGlobalData1Type           xdata   stGlobalData1           _at_ _GLOBAL_XDATA1_ADDRESS;//        _at_  0xF80C;//SIZE 5
StructGlobalData3Type           xdata   stGlobalData3           _at_ _GLOBAL_XDATA3_ADDRESS;//SIZE 4
StructGlobalData4Type           xdata   stGlobalData4           _at_ _GLOBAL_XDATA4_ADDRESS;//SIZE 3
StructBlackLevelDataType        xdata   stBlackLevelData        _at_ _BLACK_LEVEL_XDATA_ADDRESS;//SIZE 6

StructPictureDataType           xdata   stPictureData           _at_ _PICTURE_XDATA_ADDRESS;
StructAdcDataType               xdata   stAdcData               _at_ _ADC_XDATA_ADDRESS;//SIZE 6
StructColorDataType             xdata   stColorData             _at_ _COLOR_XDATA_ADDRESS;//SIZE 3
StructModeUserDataType          xdata   stModeUserData          _at_ _MODE_USER_XDATA_ADDRESS;//size 18
ModeInformationType             xdata   stModeInfo              _at_ _MODE_INFO_XDATA_ADDRESS;//SIZE 6;
DisplayTableType                xdata   stDisplayInfo           _at_ _DISPLAY_INFO_XDATA_ADDRESS;//SIZE 6;
StructSystemDataType            xdata   stSystemData            _at_ _SYSTEM_XDATA_ADDRESS;



//#endif  //End of #if(_OSD_TYPE == _DUAL_OSD)

⌨️ 快捷键说明

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