代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
extram1.lst
AVRASM ver. 1.30 extram1.asm Fri Sep 28 22:15:28 2001
; EEPROM - Read Write the EEPROM.
; Specify Device.
.device AT90S8515
; I/O Register De
eeprom的使用读写信息所需要的程序信号是24c02.txt
wp equ p1.0
scl equ p1.1
sda equ p1.2
RELAY EQU P1.3
red equ p1.4
green equ p1.5
bell equ p1.6
key_open equ p1.7
addr equ 31h
data8 equ 32h
org 0
JMP READ_DATA
ORG 0030H
READ_DATA:mov sp,
dev_c7200_iofpga.c
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*
* Cisco 7200 I/O FPGA:
* - Simulates a NMC93C46 Serial EEPROM as CPU and Midplane EEPROM.
* -
interrupt.h
#if 0
void NonHandledInterrupt(void);
void EEPROM_EEC_IRQHandler(void); /* EEPROM ECC CORRECTION */
void TIM4_UPD_OVF_IRQHandler(void); /* TIM4 UPD/OVF */
void ADC_IRQHandler(void); /* ADC */
v
first_tm.c
// Program FIRST_TM.C, (12CE674)
//
// Illustrates the use of internal EEPROM.
//
// Four locations 0x0c - 0x0f in the internal EEPROM are used to determine if this
// is the first time the proce
iai_ebid.c
/*
** ============================================================================
**
** FILE
** IAI_EBID.c
**
** DESCRIPTION
** Testcard Board Identification EEPROM handling
**
** CREATED