misc.h
来自「LCD Monitor 部分源码」· C头文件 代码 · 共 62 行
H
62 行
//----------------------------------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?