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

📄 dbmerrs.h

📁 norflash的文件系统。 用于中低端手机开发的参考
💻 H
字号:
#ifndef DBMERRS_H
#define DBMERRS_H
/*****************************************************************************
 
  FILE NAME:  dbmerrs.h

  DESCRIPTION:

    This file contains the fault codes for the DBM software unit.

* Copyright (c) 1998 - 2002 LSI Logic. All rights reserved. LSI Confidential information.
* Copyright (c) 2002, VIA Technologies, Inc.
*****************************************************************************/

/*------------------------------------------------------------------------
*  The following definitions are fault ids for MonFault routine.
*-----------------------------------------------------------------------*/

typedef enum 
{
    DBM_MSG_ID_ERR           = 0x00,
    DBM_SEG_NUM_ERR          = 0x01,
    DBM_SEG_SIZE_ERR         = 0x02,
    DBM_NOT_CACHED_ERR       = 0x03,
    DBM_NOT_RESPONDING_ERR   = 0x04,
    DBM_FLASH_TOO_SMALL_ERR  = 0x05,
    DBM_FLASH_AMBIGUOUS_ERR  = 0x06,
	DBM_BLK_DB_ID_ERR        = 0x07,
	DBM_BLK_DB_WRITE_ERR     = 0x08,
	DBM_BLK_DB_READ_ERR      = 0x09,
    DBM_NAM_LOCKED_ERR       = 0x0A,
    DBM_ERR_INVALID_SIG_ID   = 0x0B,
	DBM_WRITE_ERR			 = 0x0C,
	DBM_NAM_LEN_ERR			 = 0x0D
} DbmErrsT;

/*****************************************************************************
* $Log: dbmerrs.h $
* Revision 1.1  2003/11/07 18:55:28  xuhua
* Initial revision
* Revision 1.1  2003/10/21 16:01:58  hanxiao99
* Initial revision
* Revision 1.1  2003/10/08 14:40:48  hanxiao99
* Initial revision
* Revision 1.1  2003/09/03 14:52:37  hanxiao99
* Initial revision
* Revision 1.1  2003/07/31 05:21:11  javese
* Initial revision
* Revision 1.3  2003/01/26 10:59:54  vtc
* added two error code 0x0c,0x0d
* Revision 1.2  2002/10/24 01:39:39  Bing
* Check in for Greg
* Revision 1.1  2002/10/03 17:32:48  fpeng
* Initial revision
* Revision 1.4  2002/05/29 08:51:36  mshaver
* Added VIA Technologies copyright.
* Revision 1.3  2002/04/10 15:32:22  mshaver
* Added new DBM error for detecting an invalid signal at startup.
* Revision 1.2  2002/02/06 12:49:56  mshaver
* Added NAM locked mon fault.
* Revision 1.1  2000/10/06 13:40:19  mshaver
* Initial revision
* Revision 1.1  2000/10/06 18:26:48Z  mshaver
* Initial revision
* Revision 1.4  2000/06/07 15:05:48Z  mshaver
* Added new errors for dbm block reads/writes.
* Revision 1.3  2000/01/19 20:26:09Z  mshaver
* Fold in changes into the baseline
* Revision 1.2.1.3  2000/01/14 21:37:13Z  mshaver
* Forgot comma in DbmErrsT enum list
* Revision 1.2.1.2  2000/01/14 19:10:31Z  mshaver
* Added 2 error definitions for the dbm flash manager.
* Revision 1.2.1.1  1999/12/02 18:31:55Z  mshaver
* Duplicate revision
* Revision 1.2  1999/12/02 18:31:55Z  cdma
* Updated comments for CBP3.0
*****************************************************************************/
#endif

⌨️ 快捷键说明

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