代码搜索结果
找到约 20,284 项符合
I2C 的代码
i2c-algo-ite.h
/*
--------------------------------------------------------------------
i2c-ite.h: Global defines for the I2C controller on board the
ITE MIPS processor.
i2c-iop3xx.h
/* ------------------------------------------------------------------------- */
/* i2c-iop3xx.h algorithm driver definitions private to i2c-iop3xx.c */
/* -------------------------------------
i2c总线c语言源程序.c
I2C总线C语言源程序
/*VIICC.H*/
#pragma db cd small
#include
#include
#define NOP nop ( ); nop ( ); nop ( ); nop ( )
#define SDA P1^7
#define SCL P1^6
void sta( );
void cack
i2c.c
/*
I2C.c
标准80C51单片机模拟I2C总线的主机程序
Copyright (c) 2005,广州周立功单片机发展有限公司
All rights reserved.
本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的
*/
#include "I2C.h"
//定义延时变量,用于宏I2C_Delay()
unsigned char data
i2c.h
/*
I2C.h
标准80C51单片机模拟I2C总线的主机程序头文件
All rights reserved.
*/
#ifndef _I2C_H_
#define _I2C_H_
//#ifndef YY
//#define YY
#include "reg51.h"
//#endif
//模拟I2C总线的引脚定义
sbit I2C_SCL = P
i2c.fit.summary
Fitter Status : Successful - Sun Nov 18 16:18:05 2007
Quartus II Version : 5.1 Build 176 10/26/2005 SJ Full Version
Revision Name : i2c
Top-level Entity Name : i2c
Family : MAX II
Device : EPM127
i2c.flow.rpt
Flow report for i2c
Sun Nov 18 16:18:13 2007
Version 5.1 Build 176 10/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flow S
i2c.map.summary
Analysis & Synthesis Status : Successful - Sun Nov 18 16:17:53 2007
Quartus II Version : 5.1 Build 176 10/26/2005 SJ Full Version
Revision Name : i2c
Top-level Entity Name : i2c
Family : MAX II
T
i2c.h
/*****************************************************************************
* i2c.h: Header file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*