代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = eeprom) // u
eeprom.h
/**51 EEPROM 驱动,占用P3.4,P3.5,P3.6,脚
93c56的ORG-6脚已经接地,所以93C56工作在9位地址,8位数据模式**/
/*高电平时序函数*/
void high56(void);
/*低电平时序函数*/
void low56(void);
/*写电平时序函数*/
void wd56(uint8 dd);
/*读电平时序函数*/
u
eeprom.c
/**51 EEPROM 驱动,占用P3.4,P3.5,P3.6,脚
93c56的ORG-6脚已经接地,所以93C56工作在9位地址,8位数据模式**/
#include "config.h"
sbit cs_93 = P3^6;//CS
sbit sk_93 = P3^5;//CLK
sbit di_93 = P3^4;//DI/DO
sbit do_93 = P3^4;//
eeprom.c
/*
* Driver for the EEPROM encryption key storage on the Geode GX
* Copyright (C) 2003 Advanced Micro Devices, Inc. All Rights Reserved.
*/
/* This driver allows the user to read and write the 2
readme.eeprom
This details the interface for the /dev/eeprom device exposed by the
geodeaes module.
/dev/eeprom (char 10,157) is a full featured read/write device. Up to
232 bytes of storage may be available to t
eeprom.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
eeprom.h
#include "datatype.h"
#ifndef EEPROM_INC_H
#define EEPROM_INC_H
void eeprom_Init(void);
UINT8 eeprom_ReadByte(UINT8 blocknum,UINT16 offset);
bool eepromWrite(UINT8 blocknum, UINT16 offset, UINT