代码搜索结果

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

dvb_i2c.h

/* * dvb_i2c.h: i2c interface to get rid of i2c-core.c * * Copyright (C) 2002 Holger Waechtler for convergence integrated media GmbH * * This program is free software; you can redistribute it and

dvb_i2c.c

/* * dvb_i2c.h: simplified i2c interface for DVB adapters to get rid of i2c-core.c * * Copyright (C) 2002 Holger Waechtler for convergence integrated media GmbH * * This program is free software;

i2cdisp.s

;****************************************************************************** ; 文件名:I2CDISP.S ; 功能:使用硬件I2C对ZLG7290进行操作,使用查询方式操作。 ; 说明:将跳线器JP5短接。 ;***********************************************

i2cdisp.s

;****************************************************************************** ; 文件名:I2CDISP.S ; 功能:使用硬件I2C对ZLG7290进行操作,使用查询方式操作。 ; 说明:将跳线器JP5短接。 ;***********************************************

i2c.vhd

-- i2c.vhd -- -- Created: 6/3/99 ALS -- -- This code implements the control of the i2c bus with a MC68000 type interface. It is -- modeled from the M-bus component in certain Motorola uC. --

ixi2cdrv.h

/** * @file IxI2cDrv.h * * @brief Header file for the IXP400 I2C Driver (IxI2cDrv) * * @version $Revision: 0.1 $ * * @par * IXP400 SW Release version 2.0 * * -- Copyright Notice -- * *

ds1337.c

/* * linux/drivers/i2c/chips/ds1337.c * * Copyright (C) 2005 James Chapman * * based on linux/drivers/acorn/char/pcf8583.c * Copyright (C) 2000 Russell King * * This

pcf8574

Kernel driver pcf8574 ===================== Supported chips: * Philips PCF8574 Prefix: 'pcf8574' Addresses scanned: I2C 0x20 - 0x27 Datasheet: Publicly available at the Philips Semicond

i2c.c

/* -02/23/2006: Petre M. -this file contains all the functions used in I2C communications */ #include "ioADE7169F16.h" #include "extern_declarations.h" #include "EEPROM_locations.h" void

rtc8564.c

/* * linux/drivers/i2c/chips/rtc8564.c * * Copyright (C) 2002-2004 Stefan Eletzhofer * * based on linux/drivers/acron/char/pcf8583.c * Copyright (C) 2000 Russell King * * This program is fr