代码搜索结果

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

flash.h

#ifndef __FLASH_H__ #define __FLASH_H__ void ProgramFlash(void); #endif /*__FLASH_H__*/

flash.s

.module Flash.c .area lit(rom, con, rel) _Fat16_Bpb:: .byte 235,3 .byte 144,'M .byte 'S,'W .byte 'I,'N .byte 52,46 .byte 49,0 .byte 2,1 .byte 1,0 .byte 2,0 .byte 2,0 .byte 25

flash.lis

.module Flash.c .area lit(rom, con, rel) 0000 _Fat16_Bpb:: 0000 EB03 .byte 235,3 0002 904D .byte 144,'M 000

flash.o

XL H 2 areas F global symbols M Flash.c S push_gset1 Ref0000 S push_gset4 Ref0000 S pop_gset1 Ref0000 S pop_gset4 Ref0000 S empy16s Ref0000 S lsl16 Ref0000 S _PageBuf Ref0000 A text size 368

flash.c

#include #include #include "Flash.h" extern unsigned char PageBuf[512]; const unsigned char Fat16_Bpb[512]={ 0xEB,0x03,0x90,'M','S','W','I','N','4','.','1',0,2,1,1,

flash._c

#include #include #include "Flash.h" extern unsigned char PageBuf[512]; const unsigned char Fat16_Bpb[512]={ 0xEB,0x03,0x90,'M','S','W','I','N','4','.','1',0,2,1,1,

flash.h

#define BOOL unsigned char #define FALSE 0 #define TRUE (!FALSE) /*K9f5608U0A 命令定义*/ #define READ0 0x00 #define READ1 0x01 #define READ2 0x50 #define READID 0x90 #define RESET

flash.c

/* $Id: flash.c,v 1.25 2001/12/21 04:56:16 davem Exp $ * flash.c: Allow mmap access to the OBP Flash, for OBP updates. * * Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be) */ #include

flash.h

/* * linux/include/asm-arm/mach/flash.h * * Copyright (C) 2003 Russell King, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms