代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/281017/10272238
qws eeprom.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
www.eeworm.com/read/281017/10272263
v eeprom.v
module eeprom(sda,scl,ack,reset,clk,wr,rd,addr,data,main_state,sh8out_buf,head_state,sh8in_state);
output scl,ack;
input reset,clk,wr,rd;
input[10:0]addr;
inout sda;
inout[7:0]data;
output[10:0]
www.eeworm.com/read/281017/10272283
pin eeprom.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
www.eeworm.com/read/281017/10272321
hif eeprom.hif
Version 5.0 Build 168 06/22/2005 Service Pack 1 SJ Full Version
2
24
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
eeprom
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_se
www.eeworm.com/read/281017/10272385
psp eeprom.psp
www.eeworm.com/read/354873/10318834
lst eeprom.lst
C51 COMPILER V7.06 EEPROM 04/10/2006 16:28:24 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
www.eeworm.com/read/354873/10318838
obj eeprom.obj
www.eeworm.com/read/162186/10328502
c eeprom.c
#include "msp430x14x.h"
#include "in430.h"
#include "sysdefine.h"
extern unsigned char flashvari_system[23];
extern void sys_timing(unsigned long delay_time);
void X24c64_Init(void)
{
www.eeworm.com/read/354661/10336600