代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
#ifndef _FLASH_
#define _FLASH_
#include /* for EnableInterrupts macro */
#include /* include peripheral declarations */
#include "motor.h"
/************
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
#ifdef NAND_FLASH_SUPPORT
#include "..\inc\def.h"
void WAIT_RB(void);
void NF_Reset(void);
U32 NFReadID(void);
U8 NFEraseBlock(U32 block);
void NFReadPage(U3
flash.h
#include "..\startup\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPA8
//ALE ->GPA9
//WP ->
//CE ->GPA5
#define RB (0x01)
#define CLE (0x100)
#define ALE (0x200)
//#define
flash.txt
部分作品效果:
凝望 http://cp.paipai.com/qcc_preview/qcc_preview.html?id=1000384&type=1
劲舞秀 http://cp.paipai.com/qcc_preview/qcc_preview.html?id=1000521&type=1
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2440 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__*/