?? jnand_param.c
字號:
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
Flash Programming Support via Lauterbach JTAG ICD
GENERAL DESCRIPTION
This file exist so that we can explicitly place our jtag_flash_param
data in memory since ARM doesn't allow this within a file but rather by
file basis.
EXTERNALIZED FUNCTIONS
None. However, jtag_flash_param is global.
INITIALIZATION AND SEQUENCING REQUIREMENTS
jtag_flash_param will be initialized/used by Lauterbach TRACE32 debugger
Copyright (c) 1998,1999 by QUALCOMM Incorporated. All Rights Reserved.
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
/*===========================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
$Header: //depot/asic/MSMSHARED/tools/jnand/jnand_param.c#1 $ $DateTime: 2003/02/06 15:47:46 $ $Author: pingguan $
when who what, where, why
-------- --- ----------------------------------------------------------
02/06/03 pg Moved from ASWP402 server to ASWP401 server.
07/05/02 drh Created.
===========================================================================*/
#include "jnand_param.h"
struct type_jtag_flash_param jtag_flash_param;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -