代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/249652/12482876
vhd i2c_master_top.vhd
---------------------------------------------------------------------
---- ----
---- WISHBONE revB2 compl. I2C Master Core; top level
www.eeworm.com/read/334108/12632941
c at24c02.c
/*******************************************************************
I2C存储器AT24C02读写实验
www.eeworm.com/read/134379/13994228
h i2c-algo-pcf.h
/* ------------------------------------------------------------------------- */
/* adap-pcf.h i2c driver algorithms for PCF8584 adapters */
/* -------------------------------------
www.eeworm.com/read/109477/15556568
h i2c-algo-pcf.h
/* ------------------------------------------------------------------------- */
/* adap-pcf.h i2c driver algorithms for PCF8584 adapters */
/* -------------------------------------
www.eeworm.com/read/283064/9044774
h i2c-compat.h
/*
* some i2c layer compatibility stuff -- to avoid cluttering up the
* i2c modules with tons of #ifdefs
*/
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,66)
static inline void *i2c_get_adap
www.eeworm.com/read/377529/9272037
h i2c-compat.h
/*
* some i2c layer compatibility stuff -- to avoid cluttering up the
* i2c modules with tons of #ifdefs
*/
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,66)
static inline void *i2c_get_adap
www.eeworm.com/read/275039/10838251
h i2c-compat.h
/*
* some i2c layer compatibility stuff -- to avoid cluttering up the
* i2c modules with tons of #ifdefs
*/
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,66)
static inline void *i2c_get_adap
www.eeworm.com/read/419747/10839793
lst i2c.lst
C51 COMPILER V8.05a I2C 02/14/2009 15:35:01 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN i2
www.eeworm.com/read/273784/10901346
lst i2c.lst
C51 COMPILER V8.05a I2C 08/04/2007 17:18:56 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2
www.eeworm.com/read/457944/7315203
v i2c.v
//I2C interface
module i2c (
clock,
reset_n,
scl,
sda,
no_ack,
ready,
data_in,
data_out,
sa,
rw,
ra,
ini
);
input clock;
input reset_n;
output scl;
inout sda