代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/308427/3714773
h flash.h
/***************************************************************************
* File: flash.h - Common definition for FLASH
*
* The content of this file or document is CONFIDENTIAL and PR
www.eeworm.com/read/308209/3718187
c flash.c
/******************************************************************************
* *
* **********
www.eeworm.com/read/307266/3725935
h flash.h
/*
* MIRACL C++ Header file flash.h
*
* AUTHOR : N.Coghlan
* Modified by M.Scott
*
* PURPOSE : Definition of class Flash
*
* Copyright
www.eeworm.com/read/307266/3726210
cpp flash.cpp
/*
* MIRACL C++ Flash functions flash.cpp
*
* AUTHOR : N.Coghlan
* Modified by M.Scott
*
* PURPOSE : Implementation of Class Flash functions
www.eeworm.com/read/307266/3726280
h flash.h
/*
* MIRACL C++ Header file flash.h
*
* AUTHOR : N.Coghlan
* Modified by M.Scott
*
* PURPOSE : Definition of class Flash
*
* Copyright
www.eeworm.com/read/307266/3726562
cpp flash.cpp
/*
* MIRACL C++ Flash functions flash.cpp
*
* AUTHOR : N.Coghlan
* Modified by M.Scott
*
* PURPOSE : Implementation of Class Flash functions
www.eeworm.com/read/306996/3730104
ini flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
www.eeworm.com/read/306946/3730667
h flash.h
#ifndef __FLASH_H__
#define __FALSH_H__
extern unsigned long flash_base_addr;
#endif /* __FALSH_H__ */
www.eeworm.com/read/306289/3743941
lst flash.lst
GAS LISTING /tmp/ccFGv1Uf.s page 1
1 .section .mdebug.abi32
2 .previous
3 .section .debug_abbrev,"",@progbits
4 $Ldebug_abbr
www.eeworm.com/read/306289/3743991
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