代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.htm
Flash动画属性
body, a, table, div, span, td, th, input, select{font:9pt;font-
flash.c
/*********************************************************************************************
* File: flash.c
* Author: Embest
* Desc: source code of flash
* History:
*
*****************
flash.h
/*********************************************************************************************
* File: flash.h
* Author: Embest
* Desc: header file of flash
* History:
*
******************
at_flash.c
/*
* File: at_flash.c
* Purpose: Atmel flash handler functions
* Author: Peter Ivanov, Olimex Ltd.
* Modified by:
* Created: 2007-05-19 11:29:32
* Last modify: 2007-10-
at_flash.h
/*
* File: at_flash.h
* Purpose: Prototype of Atmel flash handling functions
* Author: Peter Ivanov, Olimex Ltd.
* Modified by:
* Created: 2007-05-19 11:29:32
* Last mo
flash.c
#include
#include
#include
#include "flash.h"
#include "44b.h"
#include "def.h"
#include "44blib.h"
/* PC7 6 5 4 3 2 1 0 */
/* I I I I I I I
flash.h
#include "44b.h"
#include "def.h"
#define Nand_RB (0x01)
#define Nand_CE (0x02)
#define Nand_CLE (0x04)
#define Nand_ALE (0x08)
#define Nand_IO (*(volatile unsigned char *)0x02000000) //
flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define ROM_BASE 0x00000000
#define DRAM_BASE 0x0c000000
#define SRAM_BASE 0x00000000
#define DEVICE_TYPE_X8 (8 / 8)
#define DEVICE_T