代码搜索结果

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

i2c-pxa.c

/* * i2c_adap_pxa.c * * I2C adapter for the PXA I2C bus access. * * Copyright (C) 2002 Intrinsyc Software Inc. * Copyright (C) 2004-2005 Deep Blue Solutions Ltd. * * This program is free

i2c-omap.c

/* * TI OMAP I2C master mode driver * * Copyright (C) 2003 MontaVista Software, Inc. * Copyright (C) 2004 Texas Instruments. * * Updated to work with multiple I2C interfaces on 24xx by * Tony L

i2c-iop3xx.h

/* ------------------------------------------------------------------------- */ /* i2c-iop3xx.h algorithm driver definitions private to i2c-iop3xx.c */ /* -------------------------------------

i2c.lnp

"STARTUP.obj", "i2c.obj" TO "i2c" RAMSIZE(256)

i2c.plg

Build target 'Target 1' linking... Program Size: data=8.0 xdata=0 code=411 creating hex file from "I2C"... "I2C" - 0 Error(s), 0 Warning(s).

i2c.c

/********************************************************************************************************* **文件名称:I2CINT.c **功能说明:硬件I2C中断方式软件包。 **使用说明:软件包采用中断方式进行操作。 ******************************

i2c.h

/********************************************************************************************************* **文件名称:I2CINT.c **功能说明:硬件I2C中断方式软件包头文件。 **使用说明:软件包采用中断方式进行操作。 ***************************

i2c.c

/****************************************************** FOR SAA7113 I2C ******************************************************/ #include "I2C.h" #include "../CPLD.h" //----

i2c.lnp

"COM.obj", "STARTUP.obj" TO "I2C" RAMSIZE(256)

i2c串行总线标准驱动c51万能程序.txt

/*I2C串行总线标准驱动程序(C51)-万能程序 */ #include "reg51.h" #include "intrins.h" unsigned char SystemError; sbit SCL= P1^6; //定义串行时钟线所在口 使用时根据自己的需要来定义 sbit SDA= P1^7; //定义串行数据线所在口 使用时根据自己的需要来定义 #define So