代码搜索结果

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

tas3001c.h

/* * Header file for the i2c/i2s based TA3001c sound chip used * on some Apple hardware. Also known as "tumbler". * * This file is subject to the terms and conditions of the GNU General Public *

writing-clients

This is a small guide for those who want to write kernel drivers for I2C or SMBus devices. To set up a driver, you need to do several things. Some are optional, and some things can be done slightly o

ten-bit-addresses

The I2C protocol knows about two kinds of device addresses: normal 7 bit addresses, and an extended set of 10 bit addresses. The sets of addresses do not intersect: the 7 bit address 0x10 is not the

i2c-protocol

This document describes the i2c protocol. Or will, when it is finished :-) Key to symbols ============== S (1 bit) : Start bit P (1 bit) : Stop bit Rd/Wr (1 bit) : Read/Write bit. Rd equals

i2c_control.vhd

-- i2c_control.vhd -- -- Created: 12/30/99 ALS -- -- This code implements the control of the i2c bus -- created from code developed 6/99 - made minor changes -- to reduce macrocell counts and c

writing-clients

This is a small guide for those who want to write kernel drivers for I2C or SMBus devices. To set up a driver, you need to do several things. Some are optional, and some things can be done slightly o

ten-bit-addresses

The I2C protocol knows about two kinds of device addresses: normal 7 bit addresses, and an extended set of 10 bit addresses. The sets of addresses do not intersect: the 7 bit address 0x10 is not the

i2c-protocol

This document describes the i2c protocol. Or will, when it is finished :-) Key to symbols ============== S (1 bit) : Start bit P (1 bit) : Stop bit Rd/Wr (1 bit) : Read/Write bit. Rd equals

tas3001c.h

/* * Header file for the i2c/i2s based TA3001C sound chip used * on some Apple hardware. Also known as "tumbler". * * This file is subject to the terms and conditions of the GNU General Public *

tas3001c.c

/* * Driver for the i2c/i2s based TA3001C sound chip used * on some Apple hardware. Also known as "tumbler". * * This file is subject to the terms and conditions of the GNU General Public * Lic