efd_lib.h

来自「intel p33上层驱动程序实例」· C头文件 代码 · 共 49 行

H
49
字号
/*###########################################################################
###  Intel Confidential
###  Copyright (c) Intel Corporation 2007
###  All Rights Reserved.
###  ----------------------------------------------------------------------
###  Project: Intel Flash Driver
###
###  Module: efd_lib.h - Set of auxiliary functions tha are common for
###          all devices.
###
###  $Archive: $
###  $Revision: $
###  $Date: $
###
###  $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 SUBJECT TO THE TERMS OF THE
###  INTEL SOFTWARE LICENSE AGREEMENT.
###
########################################################################### */

#ifndef _EFD_LIB_H_
#define _EFD_LIB_H_


#ifdef __cplusplus
extern "C" {
#endif


FLASH_ERROR flash_wait_for_ready( UINT32 addr_offset, UINT32 sec );
FLASH_ERROR flash_full_status_check( UINT32 addr_offset );


#ifdef __cplusplus
}
#endif


#endif /* _EFD_LIB_H_ */

⌨️ 快捷键说明

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