代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/475212/6794228
hex eeprom.hex
www.eeworm.com/read/474422/6809191
c eeprom.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
#define SCL_H P3OUT |= BIT3
#define SCL_L P3OUT &= ~BIT3
#define SDA_H P3OUT |= BIT1
#define SDA_L P3OUT &= ~BI
www.eeworm.com/read/473531/6845998
h eeprom.h
void eeprom_writebyte(unsigned int loc, unsigned char data);
void eeprom_writeint(unsigned int loc, unsigned int data);
www.eeworm.com/read/473531/6845999
c eeprom.c
#include "eeprom.h"
#include
void eeprom_writebyte(unsigned int loc, unsigned char data)
{
while (EECR & (1
www.eeworm.com/read/472798/6858270
h eeprom.h
/********************************工程文件说明*******************************/
/*FileName:eeprom.h */
/*Author:烛光 */
/*Version:v1.0 */
/*Data:2008年07月11日
www.eeworm.com/read/395697/8159545
c eeprom.c
/*
support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volatile int iic_ints;
www.eeworm.com/read/395148/8192655
cmd eeprom.cmd
/**********************************************************/
/* */
/* LINKER command file for LEAD3 memory map */
/*
www.eeworm.com/read/395148/8192681
c eeprom.c
/******************************************************************************/
/* Copyright 2004 by SEED Electronic Technology LTD. */
/* All rights reserved. SEED Electr
www.eeworm.com/read/395145/8193021
paf eeprom.paf
www.eeworm.com/read/395090/8196764
dat eeprom.dat
@11 1
@12 2
@13 3
@14 4
@15 5
@16 6
@17 7
@18 8
@19 9
@20 10
@21 11
@22 12
@23 13
@24 14
@25 15
@26 16