代码搜索结果

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

cc_build_debug.log

------------------------------ I2C.pjt - Debug ------------------------------ [test.c] "c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"D:/homework/document to be improve/I2C/improve/I2C_RCV int/Debug" -i"

vi2c.asm

;****************VI2C******************* ;虚拟I2C总线软件包。 ;包括 I2CSTAR,I2CSTOP,MACK,MNACK,CHACK,WRBYT,RDBYT 等子程序。 IFNDEF VI2C #DEFINE VI2C #DEFINE

wishbone_i2c_master.vhd

-- -- WISHBONE revB2 compiant I2C master core -- -- author: Richard Herveille -- rev. 0.1 based on simple_i2c -- rev. 0.2 april 27th 2001, fixed incomplete sensitivity list on assign_dato process (tha

i2c-mv64xxx.c

/* * Driver for the i2c controller on the Marvell line of host bridges for MIPS * and PPC (e.g, gt642[46]0, mv643[46]0, mv644[46]0). * * Author: Mark A. Greer * * 2005 (c) Mo

porting-clients

Revision 4, 2004-03-30 Jean Delvare Greg KH This is a guide on how to convert I2C chip drivers from Linux 2.4 to Linux 2.6. I have been using existing drivers (l

i2c.lis

.module I2C.c .area text(rom, con, rel) 0000 .dbfile D:\ICC-AVR\sl-mega8\mega8\I2C\I2C.c 0000 .dbfunc e i2c_Wri

i2c.c

/* * QEMU I2C bus interface. * * Copyright (c) 2007 CodeSourcery. * Written by Paul Brook * * This code is licenced under the LGPL. */ #include "hw.h" #include "i2c.h" struct i2c_bus { i2

adv7171.h

#ifndef __ADV7171_DEFINED #define __ADV7171_DEFINED // I2C address for ADV7171 #define ADV7171_IDENT_W 0x54 // Video Encoder #define ADV7171_IDENT_R 0x55 #endif

i2c.c

#include "i2c.h" //#include "play_capture_TW.h" RMuint32 I2C_ModuleID_NEW = I2C; //to enable or disable the debug messages of this source file, put 1 or 0 below #if 1 #define LOCALDBG ENABLE #else #

csl_i2caux.h

#ifndef _CSL_I2CAUX_H #define _CSL_I2CAUX_H #ifdef __cplusplus extern "C" { #endif /* Enable the I2C */ static inline void CSL_i2cEnable ( CSL_I2cHandle hI2c )