代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

m25p80.txt

// ---------------------------------------------------------------------- // THIS CODE OF FOR AN ST-M25P80MW SERIAL EEPROM // // The memory contains 8 sectors of 256 pages of 256 bytes // // Ch

ac3.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,

device.h

#define TRUE 0xff #define FALSE 0x00 typedef unsigned char SOCKET; /* 24LC01 EEPROM地址 */ #define EEPROM_ADDRESS 0xa0 /* Timer2定时器计数 */ unsigned int Timer2_Counter; /* ADC寄存器定义 */ uns

device.h

#define TRUE 0xff #define FALSE 0x00 typedef unsigned char SOCKET; /* 24LC01 EEPROM地址 */ #define EEPROM_ADDRESS 0xa0 /* Timer2定时器计数 */ unsigned int Timer2_Counter; /* ADC寄存器定义 */ uns

hc595.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR D:\avrvi\AVRVi_m128_Starter_Kit\EEPROM_HC595\source\lib\ FILE hc595.c DEFGLOBAL Seg7_Data 8C A[17:17]kc DIR D:\avrvi\AVRVi_m128_Starter_Kit\EEPROM

.depend

21142.o: 21142.c \ /usr/src/linux-2.4.20-8/drivers/net/tulip_old/tulip.h \ /usr/src/linux-2.4.20-8/include/linux/pci.h \ /usr/src/linux-2.4.20-8/include/linux/delay.h eeprom.o: eeprom.c \

device.h

#define TRUE 0xff #define FALSE 0x00 typedef unsigned char SOCKET; /* 24LC01 EEPROM地址 */ #define EEPROM_ADDRESS 0xa0 /* Timer2定时器计数 */ unsigned int Timer2_Counter; /* ADC寄存器定义 */ uns

i2c_ee.h

#ifndef __I2C_EE_H #define __I2C_EE_H #include "stm32f10x.h" /* The M24C08W contains 4 blocks (128byte each) with the adresses below: E2 = 0 */ /* EEPROM Addresses defines */ #define EEPROM_B

memtest.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,

app.c

#include "avr/io.h" #include "i2c.h" #include "uart.h" #include "eeprom_extern.h" int main(void) { unsigned char i=0; I2C_Init(); UART_Config(); EEPROM_Write(0x00AA,0xA5); i=EEP