代码搜索结果

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

flash.h

#ifndef _FLASH_H_ #define _FLASH_H_ #define BYTE unsigned char #define FALSE 0 #define TRUE 1 /*KM29U128 IO 定义*/ #define RB (0x01) #define CLE (0x02) #define ALE (0x04) #def

flash.js

var index = 1; try { index = getQueryVariable("slide"); } catch (e) {} document.write("\

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

/*@# Encoder device dirver:flash.c */ /*------------------------------------------------------------------------------*/ /*

flash.ld

SECTIONS { . = 0x00000000; Image_RO_Base = .; .text : { *(.text) } .rodata : { *(.rodata) } Image_RO_Limit = .; . = 0x40000000; Image_RW_Base = .; .data : { *(.data) } Image_RW_Limi

flash.c

#include "hms7202lib.h" #include "flash.h" /****************************************************************/ /* constant define *******************************************************