代码搜索:Flash读写

找到约 10,000 项符合「Flash读写」的源代码

代码结果 10,000
www.eeworm.com/read/328395/3443733

dat flash.dat

Com *-------------------------------------------------------------------------------------- Com * ATMEL Microcontroller Software Support - ROUSSET - Com *-------------------------------------
www.eeworm.com/read/328395/3443739

c flash.c

//*-------------------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*------------------------------------------
www.eeworm.com/read/328395/3443741

bld flash.bld

#!build default: program :language=c :elxr_map_option=nomap :arm_option=thumb_code :arm_option=thumb_lib :auto_mvc=false :xfputype=none :arm_cputype=arm7tm :optimizestrategy=space
www.eeworm.com/read/328395/3443756

dat flash.dat

Com *-------------------------------------------------------------------------------------- Com * ATMEL Microcontroller Software Support - ROUSSET - Com *-------------------------------------
www.eeworm.com/read/328395/3443769

c flash.c

//*-------------------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*------------------------------------------
www.eeworm.com/read/328395/3443771

bld flash.bld

#!build default: program :language=c :elxr_map_option=nomap :arm_option=thumb_code :arm_option=thumb_lib :auto_mvc=false :xfputype=none :arm_cputype=arm7tm :optimizestrategy=space
www.eeworm.com/read/328239/3445331

c flash.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/328235/3445685

c flash.c

#include "flash.h" #include "util.h" struct FlashFileHandle fileHandle; int flashClose() { return 1; } int flashOpen(const char* address) { fileHandle.start = (char*)stringToInt(add
www.eeworm.com/read/328235/3445702

h flash.h

#ifndef FLASH_H #define FLASH_H struct FlashFileHandle { char* start; char* current; }; int flashClose(); int flashOpen(const char* address); int flashRead(void* buffer, int size);
www.eeworm.com/read/327280/3462930

h flash.h

#include "..\startup\44b.h" #include "..\inc\def.h" /*KM29U128 IO 定义*/ //RB ->GPE0 //CLE ->GPA8 //ALE ->GPA9 //WP -> //CE ->GPA5 #define RB (0x01) #define CLE (0x100) #define ALE (0x200) //#define