代码搜索结果
找到约 10,000 项符合
I2C 的代码
i2c.c
#include
#include "..\delay.h"
#include "i2c.h"
/*
* I2C functions for HI-TECH PIC C - master mode only
*/
/*
* TIMING - see Philips document: THE I2C-BUS SPECIFICATION
*/
/*
* Sen
i2c.vhd
LIBRARY IEEE ;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE ieee.std_logic_arith.all;
USE WORK.ROM.ALL;
ENTITY I2C IS
PORT ( CLK :IN STD_LOGIC;
i2c.vhd
LIBRARY IEEE ;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE ieee.std_logic_arith.all;
USE WORK.ROM.ALL;
ENTITY I2C IS
PORT ( CLK :IN STD_LOGIC;
nxt2002.h
/*
Driver for the Nxt2002 demodulator
*/
#ifndef NXT2002_H
#define NXT2002_H
#include
#include
struct nxt2002_config
{
/* the demodulator's i2c address
max6875.c
/*
max6875.c - driver for MAX6874/MAX6875
Copyright (C) 2005 Ben Gardner
Based on i2c/chips/eeprom.c
The MAX6875 has a bank of registers and two banks of EEPRO
rivafb-i2c.c
/*
* linux/drivers/video/riva/fbdev-i2c.c - nVidia i2c
*
* Maintained by Ani Joshi
*
* Copyright 2004 Antonino A. Daplas
*
* Based on radeonfb-i2c.
tas3001c.c
/*
* Driver for the i2c/i2s based TA3004 sound chip used
* on some Apple hardware. Also known as "snapper".
*
* Tobias Sargeant
* Based upon, tas3001c.c by Christoph
tas3004.c
/*
* Driver for the i2c/i2s based TA3004 sound chip used
* on some Apple hardware. Also known as "snapper".
*
* Tobias Sargeant
* Based upon tas3001c.c by Christophe
i2ccore.c
/* I2cCore.c - MPC8220 PPC I2C Library */
/* Copyright 2004 Freescale Semiconductor, Inc. */
/*
modification history
--------------------
01c,29jun04,tcl 1.3 removed CR. Added two bytes offset
tas3001c.c
/*
* Driver for the i2c/i2s based TA3004 sound chip used
* on some Apple hardware. Also known as "snapper".
*
* Tobias Sargeant
* Based upon, tas3001c.c by Christoph