代码搜索结果

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

flash.c

/*-------------------------------------------------------------------------*/ /* FILENAME: flash.c -- DSK - HOST Code */ /*

flash.dsp

# Microsoft Developer Studio Project File - Name="flash" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

flash.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

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.h

#ifndef _FLASH_H_ #define _FLASH_H_ void FlashErase(UINT8 Erase_Page); void FlashWrite(UINT8 *Write_Buf,UINT8 Write_Page); UINT8 FlashRead(UINT16 Read_Address); #endif

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.h

/*/////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod