代码搜索结果

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

generic_sbus.c

/* * drivers/media/video/mx2ads/misoc_sbus.c * * Link to a generic camera I2C bus. * Tested with Micron MT9V111 and MI-SOC-0343 cameras. * * Author: MontaVista Software, Inc.

group__ads7828.html

Procyon AVRlib: TI ADS7828 I2C A/D Converter

pca9564.c

#include "pca9564.h" #include "global.h" #include "regmap.h" /* Send a string of bytes to the I2C transmit buffer */ int I2C_Slave_Send_Data(UINT8 *tx_data, UINT8 nbytes) { int result = SUCC

i2c.c

//ChangShu Micro-Electronics Technologies Co., Ltd.(CSMET) //I2C Communication Route //Copyright 2004,Ver 1.0 //Last Update:2005-5-7 #include "chip.h" #include "i2c.h" #include "sport0.h" unsig

access.h

#include "main_def.h" #ifdef __ACCESS__ // Data unsigned char data Data[16]; // data array for RTD/I2C R/W unsigned char bdata Reg; sbit r0 = Reg ^ 0; sbit r1 = Reg ^ 1; sbit r2

access.h

#include "main_def.h" #ifdef __ACCESS__ // Data unsigned char data Data[16]; // data array for RTD/I2C R/W unsigned char bdata Reg; sbit r0 = Reg ^ 0; sbit r1 = Reg ^ 1; sbit r2

group__ads7828.html

Procyon AVRlib: TI ADS7828 I2C A/D Converter

i2c_av_config.v

module I2C_AV_Config ( // Host Side iCLK, iRST_N, o_I2C_END, // I2C Side I2C_SCLK, I2C_SDAT ); // Host Side input iCLK; input iRST_N; output

i2c.htm

Static Call Graph - [E:\program\arm\keil\I2C\I2C.axf] Static Call Graph for image E

iic.h

/* linux/include/asm-arm/arch-s3c2410/iic.h * * (c) 2004 Simtec Electronics * Ben Dooks * * S3C2410 - I2C Controller platfrom_device info * * This program is free software; y