代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/395090/8196781
v eeprom.v
`timescale 1ns/1ns
`define timeslice 100
module EEPROM(scl,sda);
input scl; //chuanxing shizhong xian
inout sda; //chuanxing shuju xian
reg out_flag; //SDA shuju shuchu de kongzhi xinhao
www.eeworm.com/read/395090/8196792
mpf eeprom.mpf
; Copyright 2006 Mentor Graphics Corporation
;
; All Rights Reserved.
;
; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF
; MENTOR GRAPHICS CORPORATION OR IT
www.eeworm.com/read/193218/8246964
h eeprom.h
/* eeprom.h - EEPROM NVRAM haeder file */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01b,12oct01,g_h Clean for T2.2
0
www.eeworm.com/read/193218/8246990
c eeprom.c
/* eeprom.c - EEPROM NVRAM routines */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,25jan02,g_h Move EEPROM_DELAY macro to config.h becuase it
www.eeworm.com/read/193186/8248429
zip eeprom.zip
www.eeworm.com/read/293489/8290580
out eeprom.out
www.eeworm.com/read/293489/8290585
pjt eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\THF-2 end program\THF-2 dsp programmes\dsp2407 asm\dsp2.8\"
ProjectType=Executable
www.eeworm.com/read/293489/8290593
paf eeprom.paf
www.eeworm.com/read/293486/8291240
pjt eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\eeprom\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool=
www.eeworm.com/read/293486/8291253
c eeprom.c
// 24LC256的应用编程
// 该程序实现DSP2407与EEPROM芯片24LC256的接口编程
#include "register.h"
int source[4]={3,3,3,3};
int result[4];
int n,control;
// 系统初始化子程序
void sysinitial()
{
asm( " setc INTM ");