搜索资源列表
i2c-dev
- 基于linux下IC总线驱动程序,linux内核版本2.6.10-Based on the IC bus driver for linux
i2c
- 详细描述了LINUX环境下开发I2C驱动,以及I2C驱动的架构和实现。-Described in detail the development of LINUX environment I2C driver, I2C driver, as well as the structure and realized.
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
i2c_load
- scr ipt to load a i2c driver module in linux
Makefile
- A standard Makefile for I2C Driver module generation
i2c
- 2440开发板的i2c驱动测试程序,可实现写和读功能,内含makefile,可直接编译!-2440 development board i2c driver of the test procedure, can be written and read, includes makefile, the compiler can directly!
0602_driver-i2c
- embest2410 i2c驱动 直接动态加载-embest2410 i2c driver direct dynamic loading
i2c-mpc
- 北桥MPC107(或Tsi107)之I2C驱动代码.-Northbridge MPC107 (or Tsi107) of the I2C driver code.
i2c-linux
- linux下面的i2c驱动,支持多种i2c设备.包括JZ47xx系列的SOC-linux The following i2c driver i2c device supports multiple. JZ47xx series of SOC, including
cq8401-lpc921
- lpc921 龙芯cq8401l pc921单片机i2c驱动,里面有主机驱动,测试程序-lpc921 Godson cq8401l pc921 microcontroller i2c driver, which are host-driven, test procedures
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
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
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
i2c
- 此I2C驱动是linux环境下的,适用于ixp425访问EPROM-The I2C driver is the linux environment for ixp425 access EPROM
I2C
- linux I2C driver for 2410
i2c
- linux内核的 i2c驱动-i2c driver for linux
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部分相互协作,形