代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.c
#ifndef _EEPROM_C_
#define _EEPROM_C_
#include "api.h"
#if _LCD_MENU_
/*E2PROM的读写操作*/
void _delay(void)
{
_nop_();_nop_();
}
void E2PROM_Delay()
{
BYTE delaytime;
for(delayt
eeprom.qpf
# 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, and any
eeprom.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
eeprom.done
Sun Nov 04 10:08:07 2007
eeprom.qsf
# 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, and any
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
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]
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,