代码搜索:NORFlash
找到约 429 项符合「NORFlash」的源代码
代码结果 429
www.eeworm.com/read/424720/10423387
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/277980/10589769
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/419925/10828751
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/418013/10968253
c norflash.c
#include "44blib.h"
#include "uart_lib.h"
#include "NorFlash.h"
#define BufLength 4096
volatile unsigned short g_Buf16[BufLength];
#define ROM_BASE 0
#define CMD_ADDR0 *((volatile un
www.eeworm.com/read/418013/10968254
h norflash.h
#ifndef __NOR_FLASH_H__
#define __NOR_FLASH_H__
int GetFlashID(void);
int FlashSectorErase(volatile unsigned short * addr);
int FlashBlockErase(volatile unsigned short * addr);
int FlashChipE
www.eeworm.com/read/467400/7011728
crf norflash.crf
www.eeworm.com/read/467180/7019462
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/463939/7172519
h norflash.h
#ifndef __NORFLASH_H
#define __NORFLASH_H
int UnlockAllBlks(void);
int ChkNorFlash(void);
void ProgNorFlash(U32 addr, U32 src, U32 len);
#endif
www.eeworm.com/read/453121/7426434
o norflash.o
www.eeworm.com/read/453121/7426445
c norflash.c
//***************************************************************
// ARM BOOT ROUTE VER1.0@0x0C000000 for 44B0X release
// bjwork2007@gmail.com
// chenjun @ 2005-6-10
//************************