⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash.h

📁 TDK 6521 SOC 芯片 DEMO程序
💻 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 + -