代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.cpp
/*
* MIRACL C++ Flash functions flash.cpp
*
* AUTHOR : N.Coghlan
* Modified by M.Scott
*
* PURPOSE : Implementation of Class Flash functions
flash.ini
/******************************************************************************/
/* FLASH.INI: FLASH Initialization File */
/***********************************
flash.h
#ifndef __FLASH_H__
#define __FALSH_H__
extern unsigned long flash_base_addr;
#endif /* __FALSH_H__ */
flash.lst
GAS LISTING /tmp/ccFGv1Uf.s page 1
1 .section .mdebug.abi32
2 .previous
3 .section .debug_abbrev,"",@progbits
4 $Ldebug_abbr
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
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);
flash.js
var url = tinyMCE.getParam("flash_external_list_url");
if (url != null) {
// Fix relative
if (url.charAt(0) != '/' && url.indexOf('://') == -1)
url = tinyMCE.documentBasePath + "/" + url;
flash.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.c
* Author : MCD Application Team
* Date First Issued : 07/28/2003
* Desc
flash.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.h
* Author : MCD Application Team
* Date First Issued : 28/07/2003
* Desc
flash.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.c
* Author : MCD Application Team
* Date First Issued : 07/28/2003
* Desc