代码搜索结果
找到约 10,000 项符合
I2C 的代码
cochlear.h
// Define Parameters
//---------------------------------------------------
// Define Registers of WM8950
#define I2C_Addr 0x1a // I2C Slave Address of WM8950
// Declare Functions
//-------
readme.txt
2005-9-22
simulate i2c for at24c01
display wtval,rdval,scl,sda,address,clkcnt,ioold,datin
keypress to set at24xx[0]
========================================================================
simple_i2c.vhd
--
-- Simple I2C controller
--
-- 1) No multimaster
-- 2) No slave mode
-- 3) No fifo's
--
-- notes:
-- Every command is acknowledged. Do not set a new command before previous is acknowledged.
-- Dout
i2c_in_c.txt
#define uchar unsigned char
#define SDA P1.0 /* microcontroller's I/O lines */
#define SCL P1.1 /* assigned to I2C lines */
/****************************************************
Issuing of START c
msp430x22x4_uscib0_i2c_09.c
//******************************************************************************
// MSP430F22x4 Demo - USCI_B0 I2C Slave RX multiple bytes from MSP430 Master
//
// Description: This demo connects
msp430x22x4_uscib0_i2c_05.c
//******************************************************************************
// MSP430F22x4 Demo - USCI_B0 I2C Slave TX single bytes to MSP430 Master
//
// Description: This demo connects two
msp430x22x4_uscib0_i2c_11.c
//******************************************************************************
// MSP430F22x4 Demo - USCI_B0 I2C Slave TX multiple bytes to MSP430 Master
//
// Description: This demo connects t
upsd_i2c.c
/*----------------------------------------------------------------------------
Title: upsd_i2c.c
Date: July 22, 2002
Author: Alec Bath
Description: I2C Routines for DK3200 Board
Copyright 2002 ST M
upsd_i2c.h
/*----------------------------------------------------------------------------
Title: upsd_i2c.h
Date: October 7, 2002
Author: Alec Bath
Description:
Function prototypes for upsd_i2c.c I2C R
dvb_frontend.h
/*
* dvb_frontend.h
*
* Copyright (C) 2001 convergence integrated media GmbH
* Copyright (C) 2004 convergence GmbH
*
* Written by Ralph Metzler
* Overhauled by Holger Waechtler
* Kernel I2C st