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

📄 nand_error.h

📁 lpc3250 example program
💻 H
字号:
/***********************************************************************/
/*  This file is part of the ARM Toolchain package                     */
/*  Copyright KEIL ELEKTRONIK GmbH 2003 - 2006                         */
/***********************************************************************/
/*                                                                     */
/*  NAND_Error.H   NAND Flash error definitions                        */
/*                                                                     */
/***********************************************************************/

/* Error values that functions can return                                    */
typedef enum   
{ NAND_OK = 0,                      /* No error                              */
  NAND_NOT_IMPLEMENTED_ERROR,       /* Functionality has not been implemented*/
  NAND_NOT_ALLOWED_ERROR,           /* Function does not allow that operation*/
  NAND_INTERFACE_ERROR,             /* Interface with NAND flash error       */
  NAND_ECC_ERROR,                   /* ECC can not repair bit errors         */
  NAND_BAD_BLOCK_ERROR,             /* Accessed block is bad                 */
}  NAND_ERROR;

⌨️ 快捷键说明

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