搜索资源列表
linux--i2c
- 嵌入式LINUX I2C应用大全 有几乎所有常用I2C器件的应用讲解和源代码
SAA711x_I2C_Linux.rar
- Linux设备驱动开发详解_SAA711x I2C设备驱动,Linux device driver development Detailed _SAA711x I2C device driver
linux-i2c-eeprom
- 实现了s3c6410通过i2c总线对eeprom的读写-Achieved through s3c6410 i2c bus read and write to the eeprom
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
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
I2C
- 这是pxa270的I2c驱动程序,测试功能完好,能加深对Linux内核的理解-This is the PXA270
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
gpio_i2c
- i2c linux driver 基于3510的驱动-i2c linux driver
all_about_I2C
- I2C的中文详解资料,all about i2c protocol used in linux-all about i2c protocol used in linux
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
- LINUX arm2440I2C程序 能编译 下载 运行 -LINUX arm2440I2C program 能编译 下载 运行
i2c-dev-zlg7290led
- 基于Linux 2.6x内核的IIC驱动程序,实验平台三星 S3C2440-IIC driver based on Linux kernel 2.6x,core board Samsung S3C2440
i2c
- I2C driver for linux kernel
gpio-i2c
- 基于gpio的模拟I2C驱动程序,适合linux开发平台-Simulation based on I2C gpio driver for linux platform
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部分相互协作,形