代码搜索:NVRAM
找到约 1,414 项符合「NVRAM」的源代码
代码结果 1,414
www.eeworm.com/read/442957/7640985
c nvram.c
#include "types.h"
#include "i2cdef.h"
#include "i2c.h"
#define NVRAM_DEVICE 0xA0
void NVRam_WriteByte(WORD addr, BYTE value)
{ i2c_WriteTBL(NVRAM_DEVICE, addr, &value, 1);
}
#if 1
void NV
www.eeworm.com/read/442957/7641043
h nvram.h
extern void NVRam_WriteByte(WORD addr, BYTE value);
#if 1
extern void NVRam_WriteWord(WORD addr, WORD value);
#endif
extern void NVRam_ReadByte(WORD addr, BYTE *value);
extern void NVRam_WriteTbl
www.eeworm.com/read/299985/7815300
c nvram.c
#include
#include "TW803Reg.h"
#include "system.h"
#include "NVRam.h"
#include "TwoWire.h"
#include "KeyPad.h"
#include "T803_Util.h"
#define __GLOBAL_H__
#include "Global.h"
#inc
www.eeworm.com/read/299985/7815618
h nvram.h
#ifndef __NVRAM_h
#define __NVRAM_h
#include "common.h"
#define COLORTEMP_MSK 0xF0
#define LANGUAGE_MSK 0x0F
#define ADCVALUES 0 //78 //for 13 different adc area
#define EEPRESERVED
www.eeworm.com/read/197699/7973923
c nvram.c
#include
#include "common.h"
#include "Struct.h"
#include "system.h"
#include "NVRam.h"
#include "TW10xReg.h"
#include "TwoWire.h"
#include "KeyPad.h"
#include "Video.h"
#include "g
www.eeworm.com/read/245931/12771653
h nvram.h
#ifndef __NVRAM_h
#define __NVRAM_h
#include "common.h"
/*
#define COLORTEMP_MSK 0xF0
#define LANGUAGE_MSK 0x0F
#define ADCVALUES 0 //78 //for 13 different adc area
#define EEPRESERVED
www.eeworm.com/read/241723/13124242
lst nvram.lst
C51 COMPILER V7.50 NVRAM 01/12/2006 13:31:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE NVRAM
OBJECT MODULE PLACED IN .
www.eeworm.com/read/241723/13124283
c nvram.c
#include
#include "common.h"
#include "Struct.h"
#include "system.h"
#include "NVRam.h"
#include "TW10xReg.h"
#include "TwoWire.h"
#include "KeyPad.h"
#include "Video.h"
#include "g
www.eeworm.com/read/241723/13124416
h nvram.h
#ifndef __NVRAM_h
#define __NVRAM_h
#define COLORTEMP_MSK 0xF0
#define LANGUAGE_MSK 0x0F
#define ADCVALUES 0 //78 //for 13 different adc area
#de
www.eeworm.com/read/241723/13124520