代码搜索结果

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

sbus_new_i2c.c

/* * File: sbus_new_i2c.c * * Description: * OMAP1610 I2C link to Camera Serial Bus. * * Author: Monta Vista Software, Inc., * based on sbus_old_i2c.c: * * Author: TI, Inc. * * Created 2002

scx200_acb.c

/* linux/drivers/i2c/scx200_acb.c Copyright (c) 2001,2002 Christer Weinigel National Semiconductor SCx200 ACCESS.bus support Based on i2c-keywest.c which

i2c.asm

;************************************************** ;Subroutine: SGT002 I2C通讯子程序 * ;Variable: [TEMP0]-R_ADDR, [TEMP1]-R_CON/R_DATA * ;Port: P10-INT, P11-DATA, P12-CLK * ;*****************

i2c_target 1.dep

Dependencies for Project 'I2C', Target 'Target 1': (DO NOT MODIFY !) F (.\Startup.s)(0x46E638A6)(--device DLM -g --apcs=interwork -I "C:\Keil\ARM\INC\Luminary" --list "Startup.lst" --xref -o "Startup

demo.h

#ifndef DEMO_H #define DEMO_H struct TDVSSS_device{ int type; //1: /dev/ttyS 2: /dev/i2c unsigned char name[32]; // /dev/ttySn或者/dev/i2c-n //unsigned char *name; // /dev/

pcf8583.c

/* CodeVisionAVR C Compiler (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L. Philips PCF8583 I2C bus Real Time Clock functions */ #include #include unsigned char rtc

ds1307.c

/* CodeVisionAVR C Compiler (C) 1998-2005 Pavel Haiduc, HP InfoTech S.R.L. Dallas Semiconductors DS1307 I2C Bus Real Time Clock functions */ #include #include unsign

i2c_ccd_config.v

module I2C_CCD_Config ( // Host Side iCLK, iRST_N, iExposure, // I2C Side I2C_SCLK, I2C_SDAT ); // Host Side input iCLK; input iRST_N; input [15:0] iE

iic.h

/****************************************** IIC.H 请与IIC.C一同加入工程 描述:用于向i2c总线上的器件读写数据; BY:sixiangzhe ****************************************/ #define PinSCL P1^4 //连接不同,请修改相应的引脚 #define Pin

wreeprom.s

;****************************************************************************** ; File:WREEPROM.S ; 功能:使用硬件I2C对CSI24WC02进行读写操作。若操作失败,则进行报警。 ; 说明:将跳线器JP12、J8_LED4短接。 ;*****************************