代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
dg128c.h
//[DG128C.h]MC9S12DG128 MCU映像寄存器名定义---------------------------------
//[防止重复定义]
#ifndef IOREGS12_H
#define IOREGS12_H
#ifndef IOREGS_BASE
#define IOREGS_BASE 0x0000
#endif
//[地址函数定义]
eepwrl.s
; WRITE A LONG IN EEPROM
; Copyright (c) 2008 by COSMIC Software
; - eeprom address in X
; - value in LONG accu
;
xdef d_eewrl
xref.b c_lreg
include "eeprom.i"
.dcall "3,0,d_eewrl"
;
d_e
eepwrl.s
; WRITE A LONG IN EEPROM
; Copyright (c) 2008 by COSMIC Software
; - eeprom address in X
; - value in LONG accu
;
xdef c_eewrl
xref.b c_x, c_lreg
include "eeprom.i"
.dcall "2,0,c_eewrl"
;
mc9s12dp256_banked.prm
NAMES
END
SEGMENTS
RAM = READ_WRITE 0x1000 TO 0x3FFF;
EEPROM_AREA = NO_INIT 0x0400 TO 0x0FFF;
/* unbanked FLASH ROM */
ROM_4000 = READ_ONLY 0x4000 TO 0x7EFF;
F
9202_mini.c
/*********************** (C) COPYRIGHT 2008 GETSOON************************
* File Name : 9202_mini.c
* Author : Tsinming
* Date First Issued : 12/03/2008
* Description : EEPROM_EMULAT
9202_mini.c.bak
/*********************** (C) COPYRIGHT 2008 GETSOON************************
* File Name : 9202_mini.c
* Author : Tsinming
* Date First Issued : 12/03/2008
* Description : EEPROM_EMULAT
at24cxx.c
//*************************************************************************//
/* 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序,
此程序有五个入口条件,分别为读写数据缓冲区指针,
进行读写的字节数,EEPROM首址,EEPROM控制字节,
以及EEPROM类型。此程序结构性良好,
funcfile.c
//These codes contains the functions to operate the 24C64 EEPROM
//For the reason that the length of address domain is longer, the library
//functions of serial I2C EEPROM con not be used derectly
i2ceeprom.h
/*! \file i2ceeprom.h \brief Interface for standard I2C EEPROM memories. */
//*****************************************************************************
//
// File Name : 'i2ceeprom.h'
// Title
debug.lkf
-z -q -c -m"./Debug/Lab7B.map" -o"./Debug/Lab7B.out" -stack400 -w -x -i"C:/CCStudio_v3.2/C2000/xdais/lib" -i"C:/CCStudio_v3.2/C2000/rtdx/lib" -i"C:/CCStudio_v3.2/bios_5_20_03/packages/ti/bios/lib" -i"