srvopu.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 49 行

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