struct.c

来自「车载 液晶显示器的主控程序(主要使用芯片为 MYSON MTV512 单片机、R」· C语言 代码 · 共 31 行

C
31
字号
//----------------------------------------------------------------------------------------------------
// ID Code      : Struct.c No.0000
// Update Note  : 
//
//----------------------------------------------------------------------------------------------------

#include "..\Header\Include.h"


//--------------------------------------------------
// Global Variables
//--------------------------------------------------
StructModeUserDataType          idata   stModeUserData;
StructModeUserCenterDataType    idata   stModeUserCenterData;
StructOsdUserDataType           xdata   stOsdUserData;
StructSystemDataType            xdata   stSystemData;
StructAdcDataType               xdata   stAdcData; 
StructColorProc0DataType       xdata   stConBriData;
StructColorProc1DataType       xdata   stColorTempData;


ModeInformationType             idata   stModeInfo;
DisplayTableType                idata   stDisplayInfo;

#if(_VIDEO_SUPPORT == _ON)
StructVideoDataType	idata	stVideoData;		//Add by zhang_dc
#endif

StructUserTimerDataType xdata stUserTimerData;
StructAudioDataType xdata stAudioData;	//x.hu

⌨️ 快捷键说明

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