📄 main.h
字号:
//**********************************************************************************************************
// 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 : Main.h No.0000
// Update Note :
//----------------------------------------------------------------------------------------------------
//--------------------------------------------------
// Definitions of
//--------------------------------------------------
//----------------------------------------------------------------------------------------------------
#ifdef __MAIN__
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
BYTE idata pData[16];
bit bTimingSupportAspect;
#if (_DP_DEBUG == _ON)
BYTE xdata pDataInt[6];
#endif // end of #if (_DP_DEBUG == _ON)
//--------------------------------------------------
// Function Prototypes
//--------------------------------------------------
void CMainUserInitial(void);
void CMainIOInitial(void);
bit CMainDetectSystemPower(void);
bit CMainResetCheck(void);
void CMainSystemInitial(void);
#if(_DP_SUPPORT == _ON)
void CMainDpIntInitial(void);
#endif
#else
//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
extern BYTE idata pData[16];
extern bit bTimingSupportAspect;//0410
#if (_DP_DEBUG == _ON)
extern BYTE xdata pDataInt[6]; //cyyeh 20080710
#endif // end of #if (_DP_DEBUG == _ON)
extern void CMainUserInitial(void);
#endif
//----------------------------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -