代码搜索结果
找到约 10,000 项符合
I2C 的代码
i2c-ibm_iic.h
/*
* drivers/i2c/busses/i2c-ibm_iic.h
*
* Support for the IIC peripheral on IBM PPC 4xx
*
* Copyright (c) 2003 Zultys Technologies.
* Eugene Surovegin or
i2c-pnx.c
/*
* Provides I2C support for Philips PNX010x/PNX4008 boards.
*
* Authors: Dennis Kovalev
* Vitaly Wool
*
* 2004-2006 (c) MontaVista Software,
i2c.txt
/*=============================================================================
I2C总线访问24C02,运行程序:
24C02 ready -> LED0亮,
Test OK -> LED7亮,
Write&Read OK -> LED1/3/5
复件 aqua.asm
include
#define E PORTB,0
#define RW PORTB,1
#define RS PORTB,2
#define CLK PORTE,0
#define IO PORTE,1
#define RST PORTE,2
;Sorties I2C :
;com
aqua ok.asm
include
#define E PORTB,0
#define RW PORTB,1
#define RS PORTB,2
#define CLK PORTE,0
#define IO PORTE,1
#define RST PORTE,2
;Sorties I2C :
;com
i2c2.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="i2c2"
ProjectDir="D:\ti\myprojects\i2c\i2c2\"
ProjectType=Executable
CPUFamily=TMS3
vaz2402.hpl
; Orange programmer module v2.0
; (c) 1999 Alex Plusov
; (c) 2002 Sergey Nickolaev
; Calculator for VAZ dashboard (manufactured Kursk "Schetmash")
; CHIP=24C02 (256x8)
SOCKET=1 ;"I2C"
PINO=S
i2c_mem_h.txt
/* i2c_mem.h
*
* author marco corvi
* date june 2003
*
* i2c memory adapter/algorithm and driver/client header
*
* credits: i2c_XXX in the kernel 2.4.X
* http://secure/netroedge.com/~
sw_i2c.h
#ifndef __SWI2C16_H
#define __SWI2C16_H
/* PIC18 software I2C interface header */
/***** COMMON FUNCTION PROTOTYPES *****/
void SWStopI2C( void ); // Generate bus stop con
ixp425i2c.c
/* ixp425I2c.c - Intel IXP425 I2C source file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,05jun02,jb initial version...
*/
/*
DESCRIPTION
This