搜索资源列表
i2c_driver1
- 关于linux下如何利用系统的i2c总线来开发i2c设备驱动的文章-linux on how to use the system to develop i2c i2c Bus Driver article
i2c_driver2
- 在linux系统下如何利用系统i2c总线开发i2c设备驱动程序2-linux system in how to use the development system i2c i2c equipment Bus Driver 2
W83791d-Linux
- W83791d是华帮公司生产的通用的具有I2C总线接口的硬件设备监控芯片。此芯片可以监控10种电压的输入信号,5种风扇的转速,3种温度的输入等。在我们的存储项目种,目前只是用到了电源电压的监控和硬盘温度的监控。驱动的移植主要是借鉴了I2C的linux下的标准架构和一种linux的新的文件系统—sysfs文件系统。
kmodule
- PNX8550 I2C总线驱动源码,如果像编译请先修改Makefile
i2c
- linux下S3C2410的I2C总线的驱动
AT88
- AT88芯片的linux驱动程序,通过GPIO模拟I2C总线与AT88进行通信,带中文翻译开发资料。-AT88 chips linux drivers, through the I2C bus and AT88 analog GPIO to communicate with the Chinese translation of development information.
i2c-dev
- 基于linux下IC总线驱动程序,linux内核版本2.6.10-Based on the IC bus driver for linux
Embeddedlinuxdevicedriverdevelopment
- 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
7.4-zlg7290
- zlg7290 本实验参考程序 i2c I2C 驱动程序 I2C总线控制器驱动说明书.pdf I2C 驱动程序使用说明书 ZLG7290.pdf zlg7290芯片用户手册-zlg7290 this study reference program i2c I2C driver for I2C bus controller driver instructions. pdf I2C driver manual ZLG7290.pdf
7.4-zlg7290
- I2C总线设置驱动程序开发,用的是周立功的7290-Set I2C bus driver development, with Zhou, who in 7290 was
Linux-driver-development15
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
i2c-drivers.pdf.tar
- i2c总线驱动相关知识.讲解linux中关于i2c的驱动问题,包括i2c总线驱动和i2c设备驱动的讲解。-the knowledge of i2c bus drivers
linux_IIC
- linux操作系统下的i2c总线驱动开发,可实现i2c总线的应用扩展。-linux operating system developed under the i2c bus driver can achieve i2c bus applications.
S3c2410-I2c
- 关于I2c总线的说明,内核驱动I2C的具体分析-Specific analysis on the I2c bus instructions, the kernel driver I2C
i2c
- linux下基于atmel91sam9263的I2C总线驱动程序-the I2C driving programs based on atmel91sam9263 in linux
ade7854-i2c
- LINUX系统上ADE7854/58/68/78多相多功能电能计量IC驱动(I2C总线)-LINUX system ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC driver (I2C bus)
adt7316-i2c
- I2C总线驱动程序数字温度ADT7316/7/8 ADT7516/7/9传感器.-I2C bus driver digital temperature sensor ADT7316/7/8 ADT7516/7/9.
i2c
- I2C核心提供了I2C总线驱动和设备驱动的注册,注销方法,I2C通信方法(”algorithm”)上层的,与具体适配器无关的代码以及探测设备,检测设备地址的上层代码等。 -I2C core provides I2C bus driver and device driver registration, cancellation method, I2C communication method ("algorithm") upper, with the specific adapter-inde
s5pc100_temp
- 基于S5PC100的I2C总线驱动编程,实现对温度传感器的设置和读取数据。-I2C bus driver S5PC100 based programming, to achieve set and read data on the temperature sensor.
28_i2c总线之二设备和驱动注册
- Linux系统下I2C总线的设备驱动注册(I2C driver registration)