jnand_param.c

来自「QUALCOMM JNAND DRIVER」· C语言 代码 · 共 40 行

C
40
字号
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*

             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;


⌨️ 快捷键说明

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