代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.h
/******************************************************************************
COPYRIGHT 2003 STMicroelectronics
Source File Name : eeprom.h
Group : IPSW,CMG-IPDF
Author :
eeprom.c
/******************************************************************************
COPYRIGHT 2003 STMicroelectronics
Source File Name : EEPROM.c
Group : IPSW,CMG-IPDF
Author : M
eeprom.txt
`timescale 1ns/1ns
`define timeslice 100
module EEPROM(scl,sda);
input scl; //串行时钟线
inout sda; //串行数据线
reg out_flag; //sda数据输出的控制信号
reg[7:0] memory[2047:0];
reg[10
eeprom.v
`timescale 1ns/1ns
`define timeslice 100
module EEPROM(scl,sda);
input scl; //?????
inout sda; //?????
reg out_flag; //sda?????????
reg[7:0] memory[2047:0];
reg[10:0] a
eeprom.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\iccavr代码\实验16_片内EEPROM的使用\
FILE eeprom.c
FUNC DelaymS 6A fV
BLOCK 36 6C
DEFREG j 20 i
DEFREG k 22 i
DEFREG i 16 i
LINE 36 6C
LINE 38 6C
L
eeprom.o
XL
H 1 areas A global symbols
M eeprom.c
S push_gset2 Ref0000
S pop_gset2 Ref0000
A text size 9C flags 0
dbfile E:\iccavr代码\实验16_片内EEPROM的使用\eeprom.c
dbfunc e DelaymS 0 fV
dbsym r j 14 i
dbsy
eeprom.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
eeprom._c
//******************************************************************************
// *
// FileName : 实验板eeprom片内.c
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\iccavr代码\实验16_片内EEPROM的使用\eeprom.c
.dbfunc e DelaymS _DelaymS fV
; j -> R20,R21
; k -> R22,R23
;