CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - i2c linux device driver

搜索资源列表

  1. SAA711x_I2C_Linux.rar

    0下载:
  2. Linux设备驱动开发详解_SAA711x I2C设备驱动,Linux device driver development Detailed _SAA711x I2C device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-27
    • 文件大小:4973
    • 提供者:杨川庆
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-15
    • 文件大小:25064728
    • 提供者:keke
  1. LinuxI2CDriver.pdf

    0下载:
  2. Writing I2C device Driver on linux with Osiloscope output
  3. 所属分类:Development Research

    • 发布日期:2017-04-05
    • 文件大小:471173
    • 提供者:mist4u
  1. pcf8563

    0下载:
  2. 本驱动程序是基于linux内核2.6.20下的AT91SAM9260的实时时钟I2C设备驱动程序。-This driver is based on the AT91SAM9260 under linux kernel 2.6.20 Real Time Clock I2C device driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3124
    • 提供者:kechangxue1
  1. Embeddedlinuxdevicedriverdevelopment

    0下载:
  2. 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19978843
    • 提供者:keke
  1. i2c-linux

    1下载:
  2. linux下面的i2c驱动,支持多种i2c设备.包括JZ47xx系列的SOC-linux The following i2c driver i2c device supports multiple. JZ47xx series of SOC, including
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-30
    • 文件大小:328474
    • 提供者:liunovember
  1. i2c

    0下载:
  2. 嵌入式linux设备驱动源码之i2c相关代码-Embedded linux device driver source code for the i2c-related
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:432932
    • 提供者:zhengwei
  1. Linux-driver-development15

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:593783
    • 提供者:华清远见
  1. Linux-driver-development2

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:866709
    • 提供者:华清远见
  1. I2C

    0下载:
  2. I2C总线协议驱动,C语言编写,适用于各单片机或嵌入式linux-I2C bus protocol driver, C language, for each device or embedded linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:35776
    • 提供者:jack
  1. Linux-Device-driver

    0下载:
  2. 嵌入式linux设备驱动开发的一些编程实例,hello,gps,i2c,lcd,net,usb等设备驱动开发实例。-Embedded linux device driver development, programming examples, hello, gps, i2c, lcd, net, usb device driver development instance.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:235223
    • 提供者:刘伟
  1. therm_adt746x

    0下载:
  2. Linux Device driver for the i2c thermostat found on the iBook G4, Albook G4-Linux Device driver for the i2c thermostat found on the iBook G4, Albook G4
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:5183
    • 提供者:tongjiuhao
  1. tca6416-keypad

    0下载:
  2. Linux Device Driver for keys on TCA6416 I2C IO expander
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:2839
    • 提供者:zanheko
  1. tea5767

    0下载:
  2. Linux Device Driver For Philips TEA5767 FM Chip used on some TV Cards like Prolink Pixelview I2C address is allways 0xC0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:3559
    • 提供者:taimongha
  1. ak4114

    0下载:
  2. Routines for control of the AK4114 via I2C and 4-wire serial interface IEC958 (S/PDIF) receiver for linux Device driver.- Routines for control of the AK4114 via I2C and 4-wire serial interface IEC958 (S/PDIF) receiver for linux Device driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:4345
    • 提供者:hunerben
  1. I2C-linux-kernel

    0下载:
  2. 实例解析linux内核I2C体系结构,完整分析了linux下IIC得结构,device、bus、driver,初学者必备-Examples resolve I2C linux kernel architecture, a complete analysis of the structure under linux too IIC, device, bus, driver, beginners must
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:61480
    • 提供者:wangkai
  1. i2c

    0下载:
  2. linux device driver编程i2c体系结构 i2c core i2c device i2c driver-linux device driver programming i2c architecture i2c core i2c device i2c driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:33978
    • 提供者:yang
  1. pcmcia-pxa2xx_viper

    0下载:
  2. AD7879-1 AD7889-1 touchscreen (I2C bus) for linux Device Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1202
    • 提供者:zingnencui
  1. of_extcon

    0下载:
  2. bttv-i2c.c -- all the i2c code is here for linux Device Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4413
    • 提供者:cspxbg
  1. Linux-driver-for-touch-screen

    1下载:
  2. 电容触摸屏Linux驱动源码(标准I2C设备驱动)。-Linux driver for touch screen(i2c device driver)
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:155406
    • 提供者:假名字
« 12 »
搜珍网 www.dssz.com