代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/438523/7120356
opt test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/462916/7191752
asm 7.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SPEED/MILE FOR BIKE PROGRAM ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;
; 60H,61H,62H作里程计数单元,6CH,6DH作T1计数扩充
www.eeworm.com/read/462186/7207093
c timers.c
//Timers.c :
#include
#include
#include
#include "common.h"
#include "timers.h"
#define NVMCON_WRITE_1_EEPROM 0x4004
#define NVMCON_ERASE_1_EEPROM 0x4044
#
www.eeworm.com/read/461717/7221419
txt readme.txt
Total Phase Aardvark Sample Code
--------------------------------
Contents
--------
xml/ - XML script examples for use with Control Center
c/ - Exa
www.eeworm.com/read/460897/7238541
h types.h
#ifndef __TYPES_H__
#define __TYPES_H__
// =========================================
#define MAX_U16 65535
#define MAX_S16 32767
#define SBI(x,y) (x |= (1
www.eeworm.com/read/460587/7246876
prm full_chip_simulation_linker.prm
/* This is a linker parameter file for the MC9S12XS128 */
/*
This file is setup to use the HCS12X core only.
If you plan to also use the XGATE in your project, best create a new project with the
www.eeworm.com/read/460587/7246877
prm tbdml_linker.prm
/* This is a linker parameter file for the MC9S12XS128 */
/*
This file is setup to use the HCS12X core only.
If you plan to also use the XGATE in your project, best create a new project with the
www.eeworm.com/read/456580/7344321
dp2 remote.dp2
remote.o: C:/iccavr/include/iom8v.h C:/iccavr/include/macros.h C:/iccavr/include/string.h C:/iccavr/include/_const.h C:/iccavr/include/stdio.h C:/iccavr/include/stdarg.h C:/iccavr/include/_const.h C:\
www.eeworm.com/read/455765/7365897
h p31.h
#pragma once /*保证头文件只被编译一次*/
#ifndef p31_H
#define p31_H
#define OFFSET 0x4000 /*以保证访问的是外部存储器*/
#define XMM1 1
extern void p31(void);
//extern void EEPROMwrite(int location, unsigned ch
www.eeworm.com/read/455765/7365899
h p23.h
#pragma once /*保证头文件只被编译一次*/
#ifndef p23_H
#define p23_H
extern void p23(void);
extern void EEPROMwrite(int location, unsigned char byte);//写EEPROM
extern unsigned char EEPROMread(int locati