smfm.h

来自「这个是单片机4200的ui程序」· C头文件 代码 · 共 77 行

H
77
字号
/******************************************************************************
*         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 + =
减小字号Ctrl + -
显示快捷键?