📄 srvopu.h
字号:
/**************************************************
*
* srvopu.h
*
* CVS ID: $Id: srvopu.h,v 1.10 2006/10/09 15:14:12 dellorto Exp $
* Author: Fabio Dell'Orto [FD] - STM
* Date: $Date: 2006/10/09 15:14:12 $
* Revision: $Revision: 1.10 $
*
* Description:
*
*
***************************************************
*
* COPYRIGHT (C) ST Microelectronics 2005
* All Rights Reserved
*
***************************************************
*
* STM CVS Log:
*
* $Log: srvopu.h,v $ * Revision 1.10 2006/10/09 15:14:12 dellorto * no message *
* Revision 1.9 2006/09/18 09:55:25 belardi
* Corrected CVS keyword usage
*
* Revision 1.8 2006/09/18 09:25:38 belardi
* AddeLogg$ CVS keyword into file header
*
*
***************************************************/
#ifndef _SRVOPU_INCLUDED_
#define _SRVOPU_INCLUDED_
void afe_init(void);
void laser_on(void); /* prototype needed only for service commands */
void laser_off(void); /* prototype needed only for service commands */
void abcdef_on(void); /* prototype needed only for service commands */
void abcdef_off(void); /* prototype needed only for service commands */
RETVAL fe_adjust(void);
RETVAL te_adjust(void);
uint8 get_reflectivity(void);
#endif /* _SRVOPU_INCLUDED_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -