📄 freq.h
字号:
/***************************************************************************
* 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) 2005 Teridian Semiconductor Corp. All Rights Reserved. *
***************************************************************************/
//**************************************************************************
// DESCRIPTION: 71M652x POWER METER - Frequency Validity.
//
// AUTHOR: RGV
//
// HISTORY: See end of file
//**************************************************************************
// File: FREQ.H
//
#ifndef FREQ_H
#define FREQ_H 1
#if FREQUENCY
void frequency_lcd (void);
#endif
#if MAIN_EDGE_COUNT
void main_edge_cnt_lcd (uint8_t select);
extern bool main_edge_cnt_valid;
#endif
#if FREQUENCY || MAIN_EDGE_COUNT || RTC_LINE_LOCKED
void Determine_Frequency (void);
#endif // FREQ & MAIN_EDGE_COUNT.
/***************************************************************************
* History:
* $Log: freq.h,v $
* Revision 1.6 2006/03/10 00:14:53 tvander
* Fixed compilation flags for RTC_LINE_LOCKED
*
* Revision 1.5 2006/09/09 01:13:53 gmikef
* *** empty log message ***
*
* Revision 1.4 2006/07/27 00:58:01 tvander
* Fixed code to lock RTC to line frequency. Added a single byte to the shared
* data structure.
*
* Revision 1.3 2006/03/06 03:38:31 Michael T. Fischer
* More 6530 prep.
*
* Revision 1.1 2005/10/08 04:41:27 tvander
* Fixed priority inversion.
* Rewrote watchdog to work in brownout, but of course it doesn't work.
* Watchdog can now be defeated by clearing watchdog option to 0.
* Reorganized watt hour modules (at last!).
* Disabled reading of STATUS in 6521_cli because the CE's status is always SAG.
* Tested with 6521_CLI; measurements seem to work.
* Fixed other builds.
*
*
* Copyright (C) 2005 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. *
***************************************************************************/
/* freq.h */
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -