代码搜索结果
找到约 10,000 项符合
I2C 的代码
msp430x24x_uscib0_i2c_01.c
//******************************************************************************
// MSP430x24x Demo - USCI_B0 I2C Master to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to TMP1
i2c.c
/* =========================================================================
* I2C总线基本操作函数
* =========================================================================*/
/* 全局符号定义 */
#define HI
i2c.c
/* =========================================================================
* I2C总线基本操作函数
* =========================================================================*/
/* 全局符号定义 */
#define HI
stm32f10x_i2c.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_i2c.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
sysi2ckahlua.c
/* sysI2cKahlua.c - I2C Driver Source Module */
/* Copyright 1998-2002 Motorola, Inc. All Rights Reserved */
/*
modification history
--------------------
01g,16apr02,dat Update for T2.2 release
01f
fet140_i2c_01.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C Master Interface TMP100, Set P1.0 if Temp > 28c
//
// Description; I2C interface to
zc030x_i2c.h
#ifndef h_Zc030x_I2C_h
#define h_Zc030x_I2C_h
/* This file implement the I2C communication functionnalities */
/* This project is under GPL */
/* - Driver file -
i2c.c
// *************** I2C driver V 1.0 ***************
// *** Written By P. Fletcher-Jones ***
// *** Written on 16/11/01 ***
// *** Last
msp430x24x_uscib0_i2c_01.c
//******************************************************************************
// MSP430x24x Demo - USCI_B0 I2C Master to TMP100, Set P1.0 if Temp > 28C
//
// Description: I2C interface to TMP1
i2cint.h
/****************************************************************************
* 文件名:I2CINT.H
* 功能:硬件I2C软件包,利用中断方式操作。(头文件)
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
****************************