代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/312338/3673092
c eeprom.c
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
www.eeworm.com/read/312338/3673116
c eeprom.c
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide
www.eeworm.com/read/312338/3673155
c eeprom.c
/**
* \file
* EEPROM functions.
* \author Adam Dunkels
*/
/* Copyright (c) 2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/311640/3678871
h 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
www.eeworm.com/read/311640/3678873
c 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
www.eeworm.com/read/310515/3696836
asm eeprom.asm
ORG 0
LOOP: MOV A,#0FEH
MOV R2,#8
OUTPUT: MOV P1,A
RL A
ACALL DELAY
DJNZ R2,OUTPUT
LJMP LOOP
DELAY: MOV R6,#0
MOV R7,#0
DELAYLOOP: ;延时程序
DJNZ R6,DELAYLOOP
www.eeworm.com/read/310515/3696837
hex eeprom.hex
:1000000074FE7A08F59023110EDAF90200007E00E2
:070010007F00DEFEDFFC2291
:00000001FF
www.eeworm.com/read/310515/3696839
opt 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 {
www.eeworm.com/read/310515/3696840
lst eeprom.lst
A51 MACRO ASSEMBLER EEPROM 08/06/2006 09:19:38 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN EEPROM.OBJ
ASSEMBLER I