代码搜索结果
找到约 20,284 项符合
I2C 的代码
i2c.h
#include
/* High level I2C actions */
int __init i2c_init(void);
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_readreg(unsi
i2c.h
/* $Id: i2c.h,v 1.3 2001/03/19 12:43:01 markusl Exp $ */
/* High level I2C actions */
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_readreg
i2c.h
#ifndef I2C_H
#define I2C_H
/*
* linux i2c interface. Works a little bit like the scsi subsystem.
* There are:
*
* i2c the basic control module (like scsi_mod)
* bus dri
i2c.h
/* $Id: i2c.h,v 1.3 2001/03/19 12:43:01 markusl Exp $ */
/* High level I2C actions */
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_readreg
i2c.h
/* $Id: i2c.h,v 1.1.1.1 2001/12/17 13:59:27 bjornw Exp $ */
/* High level I2C actions */
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_read
i2c.c
//--------------------------------------------------------------------------//
// //
// Name: I2C Communication for the ADSP-BF533 EZ-KIT Lite //
// //
//-
i2c串行总线元器件标准驱动程序的编写.txt
/*------------------------------------------------------------------------------------------
[文件名] I2C.c
[版本] 1.1b
[作者] 鞠春阳
[最后修改时间] 2003年5月12日
[版权所有] www.mcuzb.com
[资料] 请到www.mcuzb.com下载
=====
i2c.lst
C51 COMPILER V7.07 I2C 11/08/2007 09:01:05 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN i2c
i2c.lnp
"I2c2.obj"
TO "I2C"
CODE( 0X0000-0X3FFF )
XDATA( 0XC000-0XFFFF )
i2c.plg
Build target 'Target 1'
linking...
Program Size: data=8.0 xdata=0 code=411
creating hex file from "I2C"...
"I2C" - 0 Error(s), 0 Warning(s).