代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/* memory.c - xdr routine for coding/decoding WDB memory structures */
/* Copyright 1994-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01f,
memory.h
//----------------------------------------------------------------------------------------------------
// ID Code : RTD2528R_Memory.h No.0000
// Update Note :
//
//-------------------------
memory.c
//----------------------------------------------------------------------------------------------------
// ID Code : RTD2528R_Memory.c No.0000
// Update Note :
//
//-------------------------
memory.c
//----------------------------------------------------------------------------------------------------
// ID Code : RTD2528R_Memory.c No.0000
// Update Note :
//
//-------------------------
memory.c
#include
#include
#include
#define PAGE_SIZE 7
//uchar code table_bit[8]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};
extern uchar code table_bit[8];
memory.h
//===============define Read/Write ROM port operation===========================
#define SDA_ROM_BIT 0x80
#define CLK_ROM_BIT 0x40
/*
#define
memory.h
/* Memory.h - Memory mappings and remapping functions declarations */
/* Copyright - Galileo technology. */
#ifndef __INCmemoryh
#define __INCmemoryh
/* includes */
#include "core.h"
/* defines *
memory.h
/*
* linux/include/asm-arm/arch-s3c2400/memory.h by gj@denx.de
* based on
* linux/include/asm-arm/arch-sa1100/memory.h
*
* Copyright (c) 1999 Nicolas Pitre
*/
#ifndef __ASM_