代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
电路说明.txt
rtl8139的<mark>EEPROM</mark>插座一般分两种,28针和32针的,28针的针脚定义与27C512相同,32针的与29C010相同,你需要引出它的地址线和数据线A0~A7接P1.0~P1.7, A8~A11接P2.0~P2.3,Q0~Q7接P0.0~P0.7,(我是用硬盘排线和28针集成块插座制作的插座做成连接器将其连出)EPP并口D0提供读写信号,D1提供编程脉冲,D2控制变成电压,Q1,Q2,R1, ...
debug.lkf
-z -q -c -m"./Debug/test_eeprom.map" -o"./Debug/test_eeprom.out" -w -x -i"./" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" -l"evmdm642bsl.lib
cc_build_debug.log
-------------------------- test_eeprom.pjt - Debug --------------------------
"c:\ti\plugins\bios\gconfgen" test_eeprom.cdb
"c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"C:/ti/myprojects/test_MPEG_V2
debug.lkv
-z -q -c -m"./Debug/test_eeprom.map" -o"./Debug/test_eeprom.out" -w -x -i"./" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" -l"evmdm642bsl.lib
read125k__.c
/*********************************************
CodeWizardAVR V1.23.9b Standard
Date : 2006-10-16
Chip type : ATmega8L
Program type : Application
Clock frequency : 8.000000
rtc_func.h
#ifndef _rtc_func
#define _rtc_func
extern void Set_Rtc(unsigned int date,unsigned int year,unsigned int month,unsigned int day,unsigned int hour,unsigned int minute,unsigned int second);
exter
rtc_func.h
#ifndef _rtc_func
#define _rtc_func
extern void Set_Rtc(unsigned int date,unsigned int year,unsigned int month,unsigned int day,unsigned int hour,unsigned int minute,unsigned int second);
exter
makefile
#
# Makefile for the kernel SAA7146 FULL TS DVB device driver
# and the AV7110 DVB device driver
#
dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir
cmd_dasa_sim.c
/*
* (C) Copyright 2001
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free so
f_write.c
#include
#include "f_adi.h"
/*---------------------------------------------------------
---------------------------------------------------------*/
unsigned long flash_write (
con