代码搜索:EEprom 有哪些应用?
找到约 10,000 项符合「EEprom 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/430402/8750230
c eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volati
www.eeworm.com/read/286675/8750301
txt eeprom.txt
//***************FileName:Capature.C***************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned i
www.eeworm.com/read/430299/8757518
c eeprom.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit dula=P2^6;
sbit wela=P2^7;
sfr ISP_DATA=0xe2;
sfr ISP_ADDRH=0xe3;
sfr ISP_ADDRL=0xe4;
sfr ISP_CMD=0xe5;
sfr ISP_TR
www.eeworm.com/read/430272/8758292
o eeprom.o
XL
H 1 areas 8 global symbols
M eeprom.c
S pop_gset3x Ref0000
S pop_gset5x Ref0000
S push_gset3x Ref0000
S push_gset5x Ref0000
A text size B0 flags 0
dbfile E:\avrwork3_pt100\eeprom.c
dbfunc
www.eeworm.com/read/430272/8758307
s eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\avrwork3_pt100\eeprom.c
.dbfunc e EEPROMread _EEPROMread fc
; location -> R16,R17
.even
_EEPROMread::
.dbline -1
.dbline 6
;
www.eeworm.com/read/430272/8758347
h eeprom.h
/*
** Header file : eeprom.h
*/
#ifndef __EEPROM__H
#define __EEPROM__H
// These work for devices with more than 256 bytes of EEPROM
int EEPROMwrite( int location, unsigned char);
unsign
www.eeworm.com/read/430272/8758348
i eeprom.i
www.eeworm.com/read/430272/8758352
lis eeprom.lis
.module eeprom.c
.area text(rom, con, rel)
0000 .dbfile E:\avrwork3_pt100\eeprom.c
0000 .dbfunc e EEPROMread _E
www.eeworm.com/read/430272/8758374
c eeprom.c
#include
#include
unsigned char EEPROMread( int location)
{
while (EECR & 0x02); // Wait until any earlier write is done.
www.eeworm.com/read/430115/8765517