代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
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
o eeprom.o
www.eeworm.com/read/430115/8765616
c eeprom.c
//************************************************************************
//File Name: Flash.c
//Include: Flash_Write -- Write data from variables to Flash memory
// Flash_Read
www.eeworm.com/read/429905/8783289
hex eeprom.hex
:10000000C0A800C8FFFFFF000000000001020000C0
:10001000005000002711271252544C1902C9FFFF4B
:10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
:10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
:10004000FFFFFFFFFFF
www.eeworm.com/read/385784/8788826
dni eeprom.dni
[Breakpoints]
Bp0=_ "Immediate" "UDR0" 1 0 0 1 0 "" 0 ""
Count=1
[TraceHelper]
Enabled=0
ShowSource=1