代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.c
//-----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the
eeprom.c
#include "..\\..\\..\\KERNEL\\OAL\\eeprom.c"
eeprom.nc
// $Id: EEPROM.nc,v 1.2.4.5 2003/08/26 09:08:15 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
eeprom.h
// $Id: EEPROM.h,v 1.2.14.4 2003/08/26 09:08:15 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
eeprom.nc
// $Id: EEPROM.nc,v 1.2.4.4 2003/08/26 09:08:16 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
eeprom.h
// $Id: EEPROM.h,v 1.2.14.4 2003/08/26 09:08:16 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
eeprom.c
// $Id: eeprom.c,v 1.1.14.2 2003/08/18 22:09:50 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren
eeprom.c
#include "IIC.h"
typedef unsigned char uchar;
typedef unsigned int uint;
#define deviceaddress 0xa0 //AT24C02的设备地址
/*******************************************
函数名称:delay_10ms
功 能:延时约6m
eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren