代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.hwl
OPEN source 0 0 60 30
Source < attributes MARKS off
OPEN procedure 0 30 60 25
Procedure < attributes VALUES on,TYPES off
OPEN data 0 55 60 23
Data:1 < attributes SCOPE global,COMPLEMENT None,FORM
flash.ini
[HI-WAVE]
Target=sim
MainFrame=2,3,-1,-1,-1,-1,44,44,644,436
TOOLBAR=57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
CPU=HC12
LoadDialogOptions=
flash.ini
[HI-WAVE]
Target=icd12
MainFrame=0,1,-1,-1,-1,-1,44,43,629,646
TOOLBAR=57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
[Environment Variables]
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2410 Flash Program
// Program : Kong, In Wook (KIW)
// Date : May 30, 2002
/
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
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
flash.h
#ifndef _FLASH_H_
#define _FLASH_H_
#include
#define UINT32 unsigned long
#define UINT8 unsigned char
typedef int bool;
# ifndef true
# define true 1
# endif
# ifndef