error.h
来自「TDK 6521 SOC 芯片 DEMO程序」· C头文件 代码 · 共 42 行
H
42 行
/***************************************************************************
* This code and information is provided "as is" without warranty of any *
* kind, either expressed or implied, including but not limited to the *
* implied warranties of merchantability and/or fitness for a particular *
* purpose. *
* *
* Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M652x POWER METER - error recording
//
// AUTHOR: RGV
//
// HISTORY: See end of file.
//**************************************************************************
// File: error.h
#ifndef ERROR_H
#define ERROR_H 1
// record new errors
void Error_Record (void) small reentrant; // in case of a sag
// clear the old errors
void Error_Clear (void);
// initialize error recording
void Error_Init (void);
/***************************************************************************
* History:
* $Log: error.h,v $
* Revision 1.1 2006/06/06 04:00:56 tvander
* Keeps an error list with times.
*
*
* Copyright (C) 2006 Teridian Semiconductor Corp. All Rights Reserved. *
* this program is fully protected by the United States copyright *
* laws and is the property of Teridian Semiconductor Corporation. *
***************************************************************************/
#endif /* error.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?