代码搜索:如何学习 EEprom?

找到约 10,000 项符合「如何学习 EEprom?」的源代码

代码结果 10,000
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 - //*------------------------------------------------------
www.eeworm.com/read/283629/9001335

c eeprom.c

/* 读写串行EEPROM芯片AT24C02实例*/ /************************************************************************/ #include #include #include #define TIME 60 /*延时
www.eeworm.com/read/283513/9013763

o eeprom.o

www.eeworm.com/read/283513/9014012

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 #define SLV_ADDR_CAMERA 0x5a void m
www.eeworm.com/read/382205/9042062

h eeprom.h