搜索资源列表
linux--i2c
- 嵌入式LINUX I2C应用大全 有几乎所有常用I2C器件的应用讲解和源代码
i2c-gpio
- linux中内核模块gpio模拟i2c,可以不用自带的i2c程序,减少使用cpu资源-linux kernel module in the simulation gpio i2c, i2c can not own procedures, reduce the use of cpu resources
i2c_app.tar
- Linux I2c test program for OMAP-L138
i2c-eeprom-090804
- linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
i2c
- S3C2440,ARM-Linux下的I2C 测试代码-S3C2440, ARM-Linux code under the I2C test
i2c-dev
- 基于linux下IC总线驱动程序,linux内核版本2.6.10-Based on the IC bus driver for linux
i2c_rtc_linux
- linux i2c rtc 驱动程序,有需要的请下载-linux i2c rtc driver, have the necessary download
i2c_rtc_linux
- linux i2c driver for eeprom-linux i2c
s3c2410-i2c-linux-2.4-driver
- s3c2410 arm-linux-2.4.18 i2c master driver
0602_driver-i2c
- s3c2410 i2c linux驱动程序-s3c2410 i2c driver
i2c-linux
- linux下面的i2c驱动,支持多种i2c设备.包括JZ47xx系列的SOC-linux The following i2c driver i2c device supports multiple. JZ47xx series of SOC, including
gpio-i2c
- gpio-i2c 海思平台上3511-3520用io口模拟i2c在linux驱动,里面有很清楚的i2c时序-gpio-i2c Hisilicon platform 3511-3520 simulated with the io port i2c driver in linux, which has a very clear i2c timing
i2c
- AT91SAM9260EK LINUX i2c读写程序的源代码-i2c
i2c
- LINUX arm2440I2C程序 能编译 下载 运行 -LINUX arm2440I2C program 能编译 下载 运行
i2c
- Linux系统下I2C驱动程序,调试通过,给大家参考参考,欢迎评论,欢迎下载-Linux system under the I2C driver, debugging through, giving everyone the reference reference, welcome comments, welcome to download
i2c
- 基于S3C2410的I2C驱动。 Linux中I2C总线的驱动分为两个部分,总线驱动(BUS)和设备驱动(DEVICE)。其中总线驱动的职责,是为系统中每个I2C总线增加相应的读写方法。但是总线驱动本身并不会进行任何的通讯,它只是存在在那里,等待设备驱动调用其函数。-i2c divers for s3c2410
i2c-davinci-gpio
- Linux I2C over GPIO driver
Linux-I2C
- linux i2c 驱动程序的框架,很有用处。我从中学到了一些驱动的知识。-linux i2c diver framework,It is very usefull. I have learn a lot from it.
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
- linux示例代码\examples\i2c\24C-linux code\examples\i2c\24CXX