Welcome![Sign In][Sign Up]
Location:
Search - i2c-s3c2410

Search list

[Com PortI2C

Description: I2C串口通信程序,与ARM芯片进行通信,利用S3C2410的I2C接口
Platform: | Size: 5434 | Author: 杨洋 | Hits:

[Other resourceI2C

Description: s3c2410 IIC测试程序,有一定参考价值!
Platform: | Size: 339705 | Author: guofujjng | Hits:

[Linux-Unixi2c

Description: linux下S3C2410的I2C总线的驱动
Platform: | Size: 100278 | Author: 123 | Hits:

[SourceCode英蓓特S3C2410 I2C例程

Description: 英蓓特S3C2410 I2C例程
Platform: | Size: 36151 | Author: fantl1 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linuxs3c2410_i2c

Description: s3c2410上面的I2C驱动程序,直接insmod就可以用了-s3c2410 above the I2C driver, insmod be spent
Platform: | Size: 79872 | Author: 冬天 | Hits:

[Embeded-SCM DevelopS3C2410_TEST

Description: sc2410测试程序,可以测试lcd,I2C,UART,timer-sc2410 test procedures, test lcd, I2C, UART, timer
Platform: | Size: 1658880 | Author: ljw | Hits:

[Com PortI2C

Description: I2C串口通信程序,与ARM芯片进行通信,利用S3C2410的I2C接口-I2C serial communication procedure to communicate with the ARM chip, using the I2C interface S3C2410
Platform: | Size: 5120 | Author: 杨洋 | Hits:

[ARM-PowerPC-ColdFire-MIPSi2c

Description: 2440下的I2C驱动源代码 看了才知道一个驱动可以写的这么结构化!-2440 under the I2C driver source code reading to know a driver can be written in such a structured!
Platform: | Size: 656384 | Author: Yining Lin | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410_I2C

Description: S3C2410 I2C主机驱动-S3C2410 I2C host drive
Platform: | Size: 14336 | Author: 叶子 | Hits:

[Linux-Unixi2c

Description: linux下S3C2410的I2C总线的驱动-S3C2410 under linux the I2C bus driver
Platform: | Size: 100352 | Author: 123 | Hits:

[Embeded LinuxLinuxDrivers

Description: Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2410 LCD驱动、FRAMEBUFFER应用程序范例-Linux2.6 kernel driver package examples: globalmem drive, including concurrency control globalmem drive, globalfifo-driven, poll sample applications, asynchronous notification application examples to support asynchronous notification globalfifo, S3C2410-driven real-time clock and second device drivers and applications, DMA example, static mapping example, as a touch screen input device driver, as a general character-driven touch-screen equipment, the watchdog driver, platform equipment, S3C2410 serial driver, S3C2410 I2C host drive, SAA711x I2C device driver, CS8900 Ethernet device drivers, S3C2410 LCD driver, FRAMEBUFFER application example
Platform: | Size: 585728 | Author: 清木 | Hits:

[Embeded Linux0602_driver-i2c

Description: ARM Linux2.4 S3C2410 IIC总线驱动-ARM Linux2.4 S3C2410IIC bus driver
Platform: | Size: 5120 | Author: 陈超 | Hits:

[Linux-Unixs3c2410-i2c-linux-2.4-driver

Description: s3c2410 arm-linux-2.4.18 i2c master driver
Platform: | Size: 10240 | Author: eden | Hits:

[Embeded Linux0602_driver-i2c

Description: s3c2410 i2c linux驱动程序-s3c2410 i2c driver
Platform: | Size: 7168 | Author: xiaoyongpeng | Hits:

[Embeded-SCM Developi2c

Description: 基于S3C2410的I2C驱动。 Linux中I2C总线的驱动分为两个部分,总线驱动(BUS)和设备驱动(DEVICE)。其中总线驱动的职责,是为系统中每个I2C总线增加相应的读写方法。但是总线驱动本身并不会进行任何的通讯,它只是存在在那里,等待设备驱动调用其函数。-i2c divers for s3c2410
Platform: | Size: 6144 | Author: 慕容唯 | Hits:

[Linux-Unixi2c-s3c2410

Description: These devices include an I2C master which can be controlled over the serial port.
Platform: | Size: 7168 | Author: lskjwoiow124 | Hits:

[Linux-Unixi2c-s3c2410

Description: S3C - I2C Controller platform_device info for Linux.
Platform: | Size: 10240 | Author: pendonking | Hits:

[Linux-Unixi2c-s3c2410

Description: S3C2410 I2C Controller.
Platform: | Size: 11264 | Author: mvlnxx | Hits:

[Embeded Linux选题3-I2C

Description: 1. 了解I2C总线的基本原理 2. 理解如何通过I2C总线对EEPROM数据的读写。(1. understand the basic principles of I2C bus 2. understand how to read and write EEPROM data through the I2C bus)
Platform: | Size: 288768 | Author: Kingfish | Hits:
« 12 3 »

CodeBus www.codebus.net