代码搜索结果
找到约 10,000 项符合
I2C 的代码
i2c.ini
DEFINE unsigned int SADR // Slave Address
MAP 0x30000,0x300FF READ WRITE
signal void I2CMEMORY (void) {
unsigned long adr;
SADR = 0x20; // I2C Memory
eeprom.c
// Written by Ed Waugh 2004, www.edwaugh.co.uk
// for the original source, and hundreds more examples of PIC C code, see:
// http://www.microchipc.com/sourcecode/#eeprom
#use I2C(Master,sda=PIN_C4,s
sbus_old_i2c.h
/*
* File: sbus_old_i2c.h
*
* Description:
* OMAP1510 old I2c mode implementation of Camera Serial Bus.
*
* Author: TI, Inc.
* Created 2002, Copyright (C) 2002 Texas Instruments All rights r
sbus_old_i2c.c
/*
* File: sbus_old_i2c.c
*
* Description:
* OMAP1510 old I2c mode implementation of Camera Serial Bus.
*
* Author: TI, Inc.
* Created 2002, Copyright (C) 2002 Texas Instruments All rights r
i2c-old.c
/*
* Generic i2c interface for linux
*
* (c) 1998 Gerd Knorr
*
*/
#include
#include
#include
#include
i2c_tb.vhd
-- i2C_tb.vhd
--
-- This file instanciates the I2C master, gives it a reset and clk and
-- lets it run - then asserts p_updt and m_updt and runs some more...
library ieee;
use ieee.std_logic_1
i2c-ibm_iic.h
/*
* drivers/i2c/i2c-ibm_iic.h
*
* Support for the IIC peripheral on IBM PPC 4xx
*
* Copyright (c) 2003 Zultys Technologies.
* Eugene Surovegin or
i2c-ibm_iic.c
/*
* drivers/i2c/i2c-ibm_iic.c
*
* Support for the IIC peripheral on IBM PPC 4xx
*
* Copyright (c) 2003, 2004 Zultys Technologies.
* Eugene Surovegin or
sw_i2c.h
#ifndef __SWI2C16_H
#define __SWI2C16_H
/* PIC18 software I2C interface header */
/***** COMMON FUNCTION PROTOTYPES *****/
void SWStopI2C( void ); // Generate bus stop con
mbxi2c.c
/* mbxI2c.c - I2C bus interface for PPC 8xx */
/* Copyright 1998-2001 Wind River Systems, Inc. */
/* Copyright 1997,1998,1999 Motorola, Inc., All Rights Reserved */
/*
modification history
---------