代码搜索结果

找到约 20,284 项符合 I2C 的代码

i2c-id.h

/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------

i2c-dev.h

/* i2c-dev.h - i2c-bus driver, char device interface Copyright (C) 1995-97 Simon G. Vogl Copyright (C) 1998-99 Frodo Looijaard This program is free software; you can

i2c-algo-ite.h

/* ------------------------------------------------------------------------- */ /* i2c-algo-ite.h i2c driver algorithms for ITE IIC adapters */ /* -------------------------------------

i2c.h

/* ------------------------------------------------------------------------- */ /* */ /* i2c.h - definitions for the i2c-bus interface */ /* */ /* ------------------

i2c.nc

// $Id: I2C.nc,v 1.1.14.2 2003/08/18 22:09:46 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to us

i2c.c

/*!*************************************************************************** *! *! FILE NAME : i2c.c *! *! DESCRIPTION: implements an interface for IIC/I2C, both directly from other *!

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-algo-bit.h

/* ------------------------------------------------------------------------- */ /* i2c-algo-bit.h i2c driver algorithms for bit-shift adapters */ /* -------------------------------------

i2c-s3c2410.h

/* -------------------------------------------------------------------- i2c-s3c2410.h: Global defines for the I2C controller on board the Samsung S3C2410X processor.

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