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

📄 misc.h

📁 LCD Monitor 部分源码
💻 H
字号:
//----------------------------------------------------------------------------------------------------
// ID Code      : Misc.h No.0000
// Update Note  : 
//
//----------------------------------------------------------------------------------------------------
//--------------------------------------------------
// Definitions of
//--------------------------------------------------
//----------------------------------------------------------------------------------------------------
#ifdef __MISC__

#if(_ISPACK && _ISPACK_TYPE == _ISPACK_RTD)
unsigned char idata ucVirtualKey = _NONE_KEY_MESSAGE;
void GetVirtualKey(void);
#endif

//--------------------------------------------------
// Function Prototypes
//--------------------------------------------------
bit CMiscStableFlagPollingEvent(void);
bit CMiscModeMeasurePollingEvent(void);
bit CMiscAutoMeasurePollingEvent(void);
bit CMiscApplyDoubleBufferPollingEvent(void);
bit CMiscTMDSMeasureEvent(void);
bit CMiscTMDSCRCEvent(void);
void CMiscEnableDoubleBuffer(void);
void CMiscDisableDoubleBuffer(void);
void CMiscApplyDoubleBuffer(void);
void CMiscClearStatusRegister(void);
void CMiscSetPinShare(void);
void CMiscIspack(void);
void CMiscIspDebugProc(void);


#else

//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
#if(_ISPACK && _ISPACK_TYPE == _ISPACK_RTD)
extern void GetVirtualKey(void);
#endif
//--------------------------------------------------
// Extern Function Prototypes
//--------------------------------------------------
extern bit CMiscStableFlagPollingEvent(void);
extern bit CMiscModeMeasurePollingEvent(void);
extern bit CMiscAutoMeasurePollingEvent(void);
extern bit CMiscTMDSMeasureEvent(void);
extern bit CMiscTMDSCRCEvent(void);
extern void CMiscEnableDoubleBuffer(void);
extern void CMiscDisableDoubleBuffer(void);
extern void CMiscApplyDoubleBuffer(void);
extern void CMiscClearStatusRegister(void);
extern void CMiscSetPinShare(void);
extern void CMiscIspDebugProc(void);


#endif
//----------------------------------------------------------------------------------------------------

⌨️ 快捷键说明

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