代码搜索:EEprom 有哪些应用?
找到约 10,000 项符合「EEprom 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/383688/8927340
lst eeprom.lst
C51 COMPILER V6.10 EEPROM 12/02/2004 10:58:51 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
www.eeworm.com/read/383688/8927470
lst eeprom.lst
C51 COMPILER V7.09 EEPROM 09/06/2006 13:39:47 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
www.eeworm.com/read/383688/8927623
h eeprom.h
#define I2C_EEP_ADDR 0xa0
#define SystemIdNo 0x32
#define SystenIDAddr 0x01FF
#define sOSDAddrSt 0x0000 //OSD
#define sVideoInputSourceAddSt sOSDAddrSt + sOSDDataSize
www.eeworm.com/read/383688/8927648
c eeprom.c
#include "global.h"
/****************************************************************************/
void Initial_SystemID(void)
{
BYTE temp;
temp = SystemIdNo;
EEPROM_Write(SystenIDAddr
www.eeworm.com/read/383289/8957243
v eeprom.v
/****************************************************************************
模块名称:EEPROM 文件名:eeprom.v
模块功能:用于模拟真实的EEPROM(AT24C02/4/8/16) 的随机读写的功能。对于符合
AT24C02/4/8/16 要求的scl和sda 随机读/写信号能
www.eeworm.com/read/426946/8990415
h eeprom.h
/*
** Header file : eeprom.h
*/
#ifdef _AVR
/* AVR EEPROM access functions */
#ifndef __EEPROM__H
#define __EEPROM__H
/* These defines are passed by the IDE as appropriate */
#if defined(
www.eeworm.com/read/426946/8990478
h eeprom.h
/*
** Header file : eeprom.h
*/
#ifdef _AVR
/* AVR EEPROM access functions */
#ifndef __EEPROM__H
#define __EEPROM__H
/* These defines are passed by the IDE as appropriate */
#if defined(
www.eeworm.com/read/283710/8994412
h eeprom.h
sfr Data = 0xe2;
sfr AddressHigh = 0xe3;
sfr AddressLow = 0xe4;
sfr Command = 0xe5;
sfr Trigger = 0xe6;
sfr Control = 0xe7;
#define READ 0x01
#define WRITE 0x02
#define DELETE 0x03
void
www.eeworm.com/read/283664/8999852
h eeprom.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------
www.eeworm.com/read/283663/9000004
h eeprom.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------