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

📄 fdi_cust.h

📁 FDI Intel开发的FLASH文件系统,功能很强大
💻 H
字号:
/* ############################################################################
###  Intel Confidential 
###  Copyright (C) Intel Corporation 1994-2002
###  All Rights Reserved.
###  -------------------------------------------------------------------------
###  Project: Flash Data Integrator
###
###  Module: FDI_CUST.H - This module is used, by FDI development, for inserting
###                       custom test macros into the FDI source code.  The
###                       customer may use this file for including other
###                       information or may just delete the inclusion of this
###                       file from fdi_type.h.
###
###  $Archive: /FDI/SRC/INCLUDE/fdi_cust.h $
###  $Revision: 41 $
###  $Date: 7/23/04 2:08p $
###  $Author: Ljchang $
###  
###  $NoKeywords $
###
############################################################################ */

/*                                                               
 *****************************************************************
 * NOTICE OF LICENSE AGREEMENT                                    
 *                                                                
 * This code is provided by Intel Corp., and the use is governed  
 * under the terms of a license agreement. See license agreement  
 * for complete terms of license.                                 
 *                                                                
 * YOU MAY ONLY USE THE SOFTWARE WITH INTEL FLASH PRODUCTS.  YOUR 
 * USE OF THE SOFTWARE WITH ANY OTHER FLASH PRODUCTS IS EXPRESSLY 
 * PROHIBITED UNLESS AND UNTIL YOU APPLY FOR, AND ARE GRANTED IN  
 * INTEL'S SOLE DISCRETION, A SEPARATE WRITTEN SOFTWARE LICENSE   
 * FROM INTEL LICENSING ANY SUCH USE.                             
 *****************************************************************
 */
 

/* Compiler specific marco for unaligned pointers (obsolete) */
/* E.5.0.708 START */
/* change PACKED to FDI_PACKED */
#define FDI_PACKED(a) (a)
/* E.5.0.708 END */

/* E.5.2.856 START */
/* 
 * General compile option for all performance test code. TRUE enables all 
 * performance test code, FALSE is diabled.  
 */
#define PERF_TEST   FALSE
/* E.5.2.856 END */

/* Power Loss Recovery (PLR) macros */
#define TEST_PLR 0
#define mDEBUG_CHECK_ERRCODE(a)
#define mDEBUG_DAV_PCKT_CHECK_ERRCODE(a)
#define mDEBUG_PLR_SIMULATION(a)
#define mDEBUG_FM_PLR_RETURN_ERROR()
#define mDEBUG_FM_PLR_RETURN_VALUE(ret_val)
#define mDEBUG_FM_PLR_CHECK_RECL_ERROR()  
#define mDEBUG_BKGD_CONTINUE()
#define mDEBUG_BKGD_PLR_RETURN_ERROR()
/*E.5.4.940 START*/
/*
#define mDEBUG_RESET_WRITE()
#define mDEBUG_RESET_ERASE()
*/
/*E.5.4.940 END*/
#define mDEBUG_PCKT_PLR_RETURN_ERROR()
#define mDEBUG_PLR_SIMULATION_MLC_STATUS()

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -