代码搜索:nflash
找到约 278 项符合「nflash」的源代码
代码结果 278
www.eeworm.com/read/389231/8540824
h nflash.h
#ifndef __NFLASH_H__
#define __NFLASH_H__
void Test_Nflash(void);
#endif /*__NFLASH_H__*/
www.eeworm.com/read/389231/8540905
c nflash.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\km29ux.h"
unsigned int lastPage;
void RdWrTest(void);
www.eeworm.com/read/282658/9077392
ld nflash.ld
SECTIONS
{
ROM_BASE = 0x0;/* image store address (in Flash)*/
. = 0x30000000;
Image_RO_Base = .;
.text : { *(.text) }
Image_RO_Limit = .;
Image_RW_Base = .;
.data : { *(.data) }
.roda
www.eeworm.com/read/183593/9149986
h nflash.h
#ifndef __NFLASH_H__
#define __NFLASH_H__
void Test_Nflash(void);
#endif /*__NFLASH_H__*/
www.eeworm.com/read/183593/9150032
c nflash.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\km29ux.h"
unsigned int lastPage;
void RdWrTest(void);
www.eeworm.com/read/175907/9525767
h nflash.h
#ifndef __NAND_FLASH_H__
#define __NAND_FLASH_H__
typedef struct
{
unsigned short device_ID ;
unsigned char prg_addr ; // 0=3 cycle 1=4 cycle
unsigned short block_size ;
}flash_chip ;
www.eeworm.com/read/175907/9525778
c nflash.c
/*
*******************************************************************************
* Advanced Reality Tech. Inc. *
* Copyright (c) 2
www.eeworm.com/read/362343/10003056
h nflash.h
#ifndef __NFLASH_H__
#define __NFLASH_H__
void Test_Nflash(void);
#endif /*__NFLASH_H__*/
www.eeworm.com/read/362343/10003098
c nflash.c
/****************************************************
公司: 三扬科技
作者: SUNYUNGCO
日期: 2004年8月17日
****************************************************/
#include
#include
#
www.eeworm.com/read/362343/10003220