代码搜索:I2C
找到约 10,000 项符合「I2C」的源代码
代码结果 10,000
www.eeworm.com/read/364865/9889874
h harrieri2c.h
/* harrierI2c.h - Low-Level Harrier I2C header file */
/* Copyright 1998-2001 Motorola, Inc., All Rights Reserved */
/*
modification history
--------------------
01c,06nov00,krp Changed the define
www.eeworm.com/read/364280/9914849
rpt i2c_fpga.map.rpt
Analysis & Synthesis report for I2C_FPGA
Mon Nov 20 15:37:56 2006
Version 5.1 Build 216 03/06/2006 Service Pack 2 SJ Full Version
---------------------
; Table of Contents ;
-----------------
www.eeworm.com/read/167994/9942324
h pas106b.h
/****************************************************************************
# PAS106B library #
# Copyright (C) 2005 Thomas Kaiser thomas@kaiser
www.eeworm.com/read/163644/10151721
c i2c.c
#include "5509.h"
#include "util.h"
extern DSPCLK dspclk;
I2C_Init()
{
PC55XX_I2C pI2C = (PC55XX_I2C)C55XX_I2C_ADDR;
// Put I2C controller in reset (bad if clock derivatives change out
www.eeworm.com/read/356764/10221504
c main.c
/*******************************************************************************
*File: Main.C
*功能: 使用硬件I2C对EEPROM进行操作,利用中断方式操作
*********************************************************************
www.eeworm.com/read/354822/10323875
c main.c
/*******************************************************************************
*File: Main.C
*功能: 使用硬件I2C对EEPROM进行操作,利用中断方式操作
*********************************************************************
www.eeworm.com/read/409703/10427578
c fet140_switch_uart_i2c.c
//******************************************************************************
// MSP-FET430P160 Demo - Switches between UART & Master I2C Transmitter
//
// Puts out A-Z, CR, LF on the Hype
www.eeworm.com/read/350223/10757649
h 复件 i2c.h
#include
#include
#define I2C_SCL MCO
#define I2C_SDA_O MDO
#define I2C_SDA_I MDI
#define IO_ENABLE MDE
#define I2C_STOP_WAIT_VALUE 1
void I2C_Delay()
{
cha
www.eeworm.com/read/349788/10799947
h i2c.h
/*
I2C.h
标准80C51单片机模拟I2C总线的主机程序头文件
Copyright (c) 2005,广州周立功单片机发展有限公司
All rights reserved.
本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的
*/
#ifndef _I2C_H_
#define _I2C_H_
#include
#i
www.eeworm.com/read/470755/6908044
c stm32f10x_i2c.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_i2c.c
* Author : MCD Application Team
* Version : V2.0.2
*