代码搜索结果
找到约 10,000 项符合
I2C 的代码
msp430x24x_uscib0_i2c_11.s43
;*******************************************************************************
; MSP430x24x Demo - USCI_B0 I2C Slave TX multiple bytes to MSP430 Master
;
; Description: This demo connects two
kconfig
#
# Character device configuration
#
menu "I2C Algorithms"
depends on I2C
config I2C_ALGOBIT
tristate "I2C bit-banging interfaces"
depends on I2C
help
This allows you to use a range of I2C ad
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.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
/******************************************************
FOR SAA7113 I2C
******************************************************/
#include "I2C.h"
#include "../CPLD.h"
//----
i2c串行总线标准驱动c51万能程序.txt
/*I2C串行总线标准驱动程序(C51)-万能程序 */
#include "reg51.h"
#include "intrins.h"
unsigned char SystemError;
sbit SCL= P1^6; //定义串行时钟线所在口 使用时根据自己的需要来定义
sbit SDA= P1^7; //定义串行数据线所在口 使用时根据自己的需要来定义
#define So
i2c.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 硬件I2C总线演示程序 */
/* 作者:ntzwq@wx88.
keyboard_zlg.h
#include
#include
#include /* Îļþ²Ù×÷ */
#include /* ioctl()º¯Êý */
#include "i2c.h"
i2c.c
#include "system.h"
#define I2C_CLK 0x0010 // PF4
#define I2C_DATA 0x0004 // PF2
//------------------------------------------------------------------------------
// I2C Peripheral Function
i2c.c
#include "system.h"
#define I2C_CLK 0x4000 // PF14
#define I2C_DATA 0x8000 // PF15
//------------------------------------------------------------------------------
// I2C Peripheral Funct