代码搜索结果

找到约 10,000 项符合 I2C 的代码

nxt2002.h

/* Driver for the Nxt2002 demodulator */ #ifndef NXT2002_H #define NXT2002_H #include #include struct nxt2002_config { /* the demodulator's i2c address

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

tst_ds1621.vhd

-- -- -- State machine for reading data from Dallas 1621 -- -- Testsystem for i2c controller -- -- library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use work.i2c.all; entity D

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

i2ctest.c

/**************************************************************************** * 文件名:I2CTest.C * 功能:使用硬件I2C对E2PROM进行操作,利用中断方式操作。 * 说明:将跳线器JP5、JP9短接。 ************************************************