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

📄 smfm.h

📁 这个是单片机4200的ui程序
💻 H
字号:
/******************************************************************************
*         Copyright (c) 2006 Primax Corporation,Ltd. All rights reserved.
*
* Author:            Junny Fu
*
* Description:       
*
* Revision History:
* Date      Author   Description
  * 2006-08-24	Cellming.Chen	Trim this routine

******************************************************************************/

#ifndef	__SMFM
#define	__SMFM

#include "Standard.h"





// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Constants/Macros
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Type
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Globals
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Statics
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Prototypes
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

// ~~~ export functions declaration ~~~




// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//                               Externs
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

extern void	ServiceMode(Uint8 action);
extern void	UIAllReset(void);
extern void	InputPassword(Uint8 action);
extern void	ReturnToStandby(void);
//extern void	FactoryMode(Uint8 action);

//void SM_OPPanel(void);
void  SM_KeyBoard(void);
void	SM_LCDDiagnostic(void);
//void SM_DRAM(void);
void SM_FAXSpeaker(void);
void SM_FAXFunction(void);
//void SM_ADFSensor(void);
void SM_ADFFeeding(void);
void SM_ScannerMotor(void);
//void SM_CISFunction(void);
void SM_ROMCode(void);
void SM_EngineStatus(void); 

#endif

⌨️ 快捷键说明

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