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

📄 flashdef.h

📁 PW芯片方案Flash ROM烧写程序
💻 H
字号:
//---------------------------------------------------------------------------
// Pixelworks Inc. Company Confidential Strictly Private
//
// $Archive: $
// $Revision: 1.2 $
// $Author: ckerchner $
// $Date: 2005/02/10 18:16:59 $
//
// --------------------------------------------------------------------------
// >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
// --------------------------------------------------------------------------
// Copyright 1997-2003 (c) Pixelworks Inc.
//
// Pixelworks owns the sole copyright to this software. Under international 
// copyright laws you (1) may not make a copy of this software except for 
// the purposes of maintaining a single archive copy, (2) may not derive
// works herefrom, (3) may not distribute this work to others. These rights 
// are provided for information clarification, other restrictions of rights 
// may apply as well.
//
// This is an unpublished work.
// --------------------------------------------------------------------------
// >>>>>>>>>>>>>>>>>>>>>>>>>>>> WARRANTEE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
// --------------------------------------------------------------------------
// Pixelworks Inc. MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THE USE OF
// THIS SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
// THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
// PURPOSE.
// --------------------------------------------------------------------------
//
#if !defined(__FLASHDEF_H__)
#define __FLASHDEF_H__

// Flash flag definitions sent with each file downloaded to the target system.
#define FLASH_FLAGS_NONE            0       // all flags clear

// Enable or disable writes to flash boot block area.
#define FLASH_BOOT_WRITE_ENABLE     0x01    // bit 0

#define FLASH_WRITE_ENABLE          0x02    // bit 1

#define DISABLE_CODE_EXECUTION      0x04    // bit 2

#define RESET_AFTER_FILE_DOWNLOADED 0x08    // bit 3

#define VERIFY_FLASH_ONLY			0x10    // bit 4

#define ERASE_FLASH_ONLY			0x20    // bit 5

#define LINEAR_ADDRESS_MODE         0x40    // bit 6

#define BINARY_FILE                 0x80    // bit 7

#endif // __FLASHDEF_H__

⌨️ 快捷键说明

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