代码搜索结果

找到约 57,103 项符合 Flash 的代码

flash.c

#include "includes.h" // This routine erases the first 8 pages of FLASH (0x0000 to 0x0FFF). UINT8 code_erased = FALSE; UINT8 f_valid = FALSE; void FlashErase(UINT8 Erase_Page) { char x

flash.lst

C51 COMPILER V8.08 FLASH 12/07/2007 14:43:00 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE FLASH OBJECT MODULE PLACED IN f

flash.asm

;------------------------------------------------------------------------------ ; ; FILENAME: flash.asm ; ; DESCRIPTION: ; Routines in this file perform flash block write and read operat

my flash bookmarks, long list of tutorials.txt

creating order in the chaos that my bookmarks-list is, i found these flash actionscript tutorials. many of them are game design, sound and server side specific. others are more general. hope you

flash.c

/********************************************************************** chengjy@felab, copyright 2002-2004 flash.c flash操作部分。提供FLASH的写入和读出,暂时不支持锁定. 函数: void flashInit(); char flashIDCh

flash.c

#include "SPCE061V004.h" //10.3.3 内部 FLASH 的读写程序 //32K 字的内部 FLASH 被划分为 128 个 PAGE(每个 PAGE 存储容量为 256 字), //第一页 [0x8000—0x80ff]最后一页为[0xff00—0xffff]。全部 32K 字闪存均可被编程写入 //或被擦除。上电以后,芯片就处于读存储单元状态,读存储单元的

flash.c

/********************************************************************** * * Filename: flash.c * * Description: A software interface to the AMD 29F010 flash memory. * * Notes: Som