代码搜索结果

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

makefile

# # Makefile for the kernel i2c driver (Module). # WKDIR = /home/lxyc/s3c2410a/kernels/lxyc CROSSDIR = /usr/local/arm/2.95.3 INSTALLDIR = /home/arm/driver-adc/driver #$(WKDIR)/drivers MODDEV = s3c2

makefile~

# # Makefile for the kernel i2c driver (Module). # WKDIR = /home/lxyc/s3c2410a/kernels/lxyc CROSSDIR = /usr/local/arm/2.95.3 INSTALLDIR = /home/arm/driver-adc/driver #$(WKDIR)/drivers MODDEV = s3c2

readme.txt

Got new 0v511 drivers from http://alpha.dyndns.org/ov511/ Made changes to the makefile (see Makefile.diff) and compiled in its own directory. Selected i2c under character devices compiled modu

vi2c_c51.c

#include #include #define uchar unsigned char /*宏定义*/ #define uint unsigned int #define _Nop() _nop_() /*定义空指令*/ sbit SDA=P0^7; /*模拟I2C

m48_iar_demo.eww

$WS_DIR$\I2C\I2C_Demo.ewp $WS_DIR$\Timer\Timer_Demo.ewp

coregen.log

# Xilinx CORE Generator 6.1i # User = 刘韬 Initializing default project... Loading plug-ins... All runtime messages will be recorded in E:\刘韬\MY_WORK\FPGA\程序\I2C\coregen.log # busformat=BusFormatAn

i2ctest.c

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

i2ccore.c

/* I2cCore.c - MPC8220 PPC I2C Library */ /* Copyright 2004 Freescale Semiconductor, Inc. */ /* modification history -------------------- 01c,29jun04,tcl 1.3 removed CR. Added two bytes offset

i2ccore.c

/* I2cCore.c - MPC8220 PPC I2C Library */ /* Copyright 2004 Freescale Semiconductor, Inc. */ /* modification history -------------------- 01c,29jun04,tcl 1.3 removed CR. Added two bytes offset

eeprom.h

#ifndef __EEPROM_H #define __EEPROM_H /* ** [file] ** eeprom.h ** [purpose] ** conatins the definitions for the Michrchip MCP24LC256 I2C EEPROM */ #define MCP24LC256_FIXED_ADDRESS 0xa0 in