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

📄 desc_flash_16x4.h

📁 ATMEL at91系列arm的官方驱动
💻 H
字号:
//*----------------------------------------------------------------------------//*      ATMEL Microcontroller Software Support  -  ROUSSET  -//*----------------------------------------------------------------------------//* The software is delivered "AS IS" without warranty or condition of any//* kind, either express, implied or statutory. This includes without//* limitation any warranty or condition with respect to merchantability or//* fitness for any particular purpose, or against the infringements of//* intellectual property rights of others.//*----------------------------------------------------------------------------//* File Name               :  desc_flash_16x4.h//* Object                  : FLASH programmer for : AT49BV1604/AT49BV1604//*//* 1.0 23/04/99 JPP        : Creation//*----------------------------------------------------------------------------#ifndef desc_flash_16x4_h#define desc_flash_16x4_h//* Flash features#define AT49BV1604_NB_SECTOR                   40/* Define Flash Codes */#define AT49BV1604_FLASH_MANUFACTURER_CODE     0x001F#define AT49BV1604_FLASH_DEVICE_CODE           0x00C0#define AT49BV1604_FLASH_SIZE                  (2*1024*KILO_BYTES)#define AT49BV1604_FLASH_MASK                  FLASH_SIZE-1#define AT49BV1604_FLASH_NAME                  "AT49BV1604"//* Defines supported flash organizations used for calculed the sector idOrgDef OrgAT49BV[] ={    /* 8 x 8kbytes sectors */    {  8,       8    },    /* 2 x 32 kbytes sectors */    {        2,        32    },    /* 30 x 64 kbytes sectors */    {        30,        64    }};#endif /* desc_flash_16x4_h *///* End file

⌨️ 快捷键说明

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