代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.c

/****************************************Copyright (c)************************************************** **--------------File Info-------------------------------------------------------------------

flash.ldf

/* MANAGED-BY-SYSTEM-BUILDER */ /* ** ADSP-BF561 linker description file generated on Sep 12, 2008 at 14:58:40. ** ** Copyright (C) 2000-2006 Analog Devices Inc., A

flash.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,

flash.log

# Generated by the VisualDSP++ IDDE (Fri Sep 12 18:37:05 2008) # Project File: D:\f pan\example\VisualDSP Projects\nanflash1\flash.dpj "D:\Visual DSP++\ccblkfn.exe" -c .\nandflash.c -file-attr Pro

flash.txt

函数功能描述 向指定的<mark>Flash</mark>存储单元中写入数据,目的在于保护数据,掉电不消失 函数定义void <mark>Flash</mark>_Write (unsigned int *<mark>flash</mark>data,unsigned int *<mark>flash</mark>address) 其中指针<mark>flash</mark>data表示需要存储的数据 指针<mark>flash</mark>address表示指定的存储单元 函数功能描述 读指定的<mark>Flash</mark>存储单元中的数据 函数定义 ...