代码搜索结果

找到约 10,000 项符合 I2C 的代码

ski2c.c

/****************************************************************************** * * Name: ski2c.c * Project: GEnesis, PCI Gigabit Ethernet Adapter * Version: $Revision: 1.57 $ * Date: $Date: 2003

i2c-old.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

fet140_i2c_15.c

//----------------------------------------------------------------------------- // MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II // // Description: Uses ADC12 and I2C modules to emulate be

i2ctest.c

/**************************************************************************** * 文件名:I2CTEST.C * 功能:使用硬件I2C对ZLG7290进行操作,利用中断方式操作。 * 说明:将跳线器JP5短接。 ***************************************************

i2ceeprom.h

/*! \file i2ceeprom.h \brief Interface for standard I2C EEPROM memories. */ //***************************************************************************** // // File Name : 'i2ceeprom.h' // Title

i2c.h

/*! \file i2c.h \brief I2C interface using AVR Two-Wire Interface (TWI) hardware. */ //***************************************************************************** // // File Name : 'i2c.h' // Ti

i2c-old.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

fet140_i2c_multi.c

//****************************************************************************** // MSP-FET430P140 Demo - I2C Multimaster Interface // // Description: This demo connects two MSP430s via the I2C

fet140_i2c_04.c

//----------------------------------------------------------------------------- // MSP430F169 TMP100 I2C Slave Emulation II // // Uses ADC12 and I2C modules to emulate behaviour of the TMP100 // t

13.3.2用两个普通io模拟i2c总.txt

#ifndef SDA #define SDA P0-0 #define SCL P0-1 #endif extern uchar SystemError; #define uchar unsigned char #define uint unsigned int #define Byte unsigned char #define Word unsigned in