代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
process_bak.c
#include
#include
#include
#include "Public.h"
#include "Process.h"
void (* reset) (void) ;
/* Return 0 (FALSE) if the receive buffer is empty */
unsigned
i2ceeprom.c
/*********************************************************************
*
* Data I2C EEPROM Access Routines
*
*********************************************************************
i2ceeprom.c
/*********************************************************************
*
* Data I2C EEPROM Access Routines
*
*********************************************************************
define.h
#include
#define uchar unsigned char
/* After is STC additional SFR or change */
/* sfr AUXR = 0x8e; */
/* sfr IPH = 0xb7; */
/* Watchdog Timer Register */
sfr WDT_CON
main.lst
1 .file "main.c"
2 .arch atmega8
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
i2c.vhd.bak
-- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的<mark>EEPROM</mark> AT24C02
-- 的方法,使用户了解I2C总线协议和读写方法。
-- 实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入<mark>EEPROM</mark>的某个地址,按动另外一个键,将刚写入的数据
-- 读回CPLD,并在数码管上显示。
-- 为了更好的理解程序,用户应该仔细阅读光 ...
i2c.vhd
-- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的<mark>EEPROM</mark> AT24C02
-- 的方法,使用户了解I2C总线协议和读写方法。
-- 实验过程是:按动开发板键盘某个键CPLD将拨码开关的数据写入<mark>EEPROM</mark>的某个地址,按动另外一个键,将刚写入的数据
-- 读回CPLD,并在数码管上显示。( 按sw0写拨码 开关值入24c02,按sw1 ...
gn_inf.c
/* @(#)gn_inf.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
/*
* gn_inf.c - Generic Interface
*
* Routine to initialize the devinfo structure and
* asso
ip22-sc.c
/*
* indy_sc.c: Indy cache management functions.
*
* Copyright (C) 1997 Ralf Baechle (ralf@gnu.org),
* derived from r4xx0.c by David S. Miller (dm@engr.sgi.com).
*/
#include
#inclu
ip22-ksyms.c
/*
* ip22-ksyms.c: IP22 specific exports
*/
#include
#include
#include
#include
#include
EXPORT_SYMBOL(sgimc);
EX