?? flash.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: 71M65xx POWER METER - Flash Routines.
//
// AUTHOR: MTF
//
// HISTORY: See end of file.
//**************************************************************************
// File: FLASH.H
//
// Write FLASH.
bool memcpy_rx (uint8r_t *dst, uint8x_t *src, uint16_t len) small reentrant;
bool memcpy_rce (int32r_t *dst, int32x_t *src, uint8_t len); // FLASH <= CE DATA.
bool CRC_Calc (uint8r_t *ptr, uint16_t len, int8_t set) small reentrant;
/***************************************************************************
* History:
* $Log: flash.h,v $
* Revision 1.8 2006/09/09 01:15:17 gmikef
* *** empty log message ***
*
* Revision 1.7 2006/01/10 04:11:51 gmikef
* Added PDATA support for CE Outputs.
*
* Revision 1.6 2006/01/04 04:47:55 gmikef
* Switched RMS and VA calculations to use floating point. (and Calibration).
*
* Revision 1.4 2005/09/22 23:45:26 tvander
* Clean build all models and unit tests, updated copyright to be fore Teridian
*
* Revision 1.3 2005/08/23 02:11:41 gmikef
* *** empty log message ***
*
* Revision 1.2 2005/08/20 01:32:48 gmikef
* *** empty log message ***
*
* Revision 1.1 2005/08/10 02:07:31 gmikef
* *** empty log message ***
*
* Revision 1.2 2005/07/15 01:20:07 gmikef
* *** empty log message ***
*
* 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. *
***************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -