代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
prev_cmp_i2c_eeprom.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0 0
transaction.c
/*
Simple Operating System for Smartcard Education
Copyright (C) 2002 Matthias Bruestle
This program is free software; you can redistribute it and/or modify
it under the ter
savetask.c
/********************************************
公司名称:
文 件 名:SaveTask.c
版 本 号:
程序设计:
说 明:各种参数保存函数
完成日期:
修改日期:
功能摘要:
**********************************************/
#define _SaveTask
#includ
declare.h
/****************************************************************************
【文 件 名 称】DECLARE.H
****************************************************************************/
#ifndef __DECLARE_H
memory.c
#include
#include "Public.h"
#include "IIC.h"
#define AT24C512 0xa0
#define PLU_DATA_ADR 0x40
#define REPORT_DATA_ADR 0x1fff
extern BYTE xdata PLU_buf[22];
extern BYTE xdata
flsh_ee.c
#ifdef X
For example, a float and three bytes might be saved;
float fl = 1.23e4
byte a = 0, b = 90, c = 100, *p;
byte dat[8];
p = (byte *) &fl;
dat[0] = *p;
dat[1] = *