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

搜索资源列表

  1. block

    0下载:
  2. linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:2.68kb
    • 提供者:唐晋星
  1. led-cdev-fs2410.tar

    0下载:
  2. 此代码是基于fs2410写的,主要是LED的驱动程序,只适合于fs2410开发板,希望对你们有帮助。-This code is based on fs2410 written mainly LED driver is only suitable for the the fs2410 development board, and I want you to help.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-07
    • 文件大小:9.08kb
    • 提供者:王俭冬
  1. myTcpClient

    0下载:
  2. TCP实例 TCP实例 TCP实例 TCP实例-char CDEV
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:136.91kb
    • 提供者:rabbitte
  1. cdev

    0下载:
  2. 在linux下,实现简单的字符驱动,并添加Ring Buffer test程序,实现6个线程同时工作-Character device driver in test program, using six threads to read and write signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3.31kb
    • 提供者:佑礼
  1. ds18b20

    0下载:
  2. linux下的ds18B20的驱动,可以学习cdev驱动的模式-driving under the ds18B20 linux, cdev-driven model can learn
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:83.31kb
    • 提供者:mion
  1. Linux-driver-development6

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第6章、字符设备驱动。在Linux设备驱动中,字符设备驱动较为基础。本章主要讲解Linux字符设备驱动程序的结构及其主要组成部分的编程方法。6.1节讲解了Linux字符设备驱动的关键数据结构cdev及file_operations结构体的操作方法,并分析了Linux字符设备的整体结构,给出了简单的设计模板。6.2节讲解了本章及后续各章所基于的globalmem虚拟字符设备,第6~9章都将基于该虚拟设备实例进
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:436.85kb
    • 提供者:华清远见
  1. cdev-beep-FS2410.tar

    0下载:
  2. 在fs2410下蜂鸣器驱动程序,适合刚学习驱动的同学学习,希望对你们有所帮助。-Under fs2410 buzzer driver, suitable for just learn driving students to learn, and I hope to be helpful to you.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:11.58kb
    • 提供者:王俭冬
  1. cdev

    0下载:
  2. Implement cfg80211 ("iw") support.Copyright (c) 2004-2010 Atheros Communications Inc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:5.99kb
    • 提供者:feiyingwong
  1. core-cdev

    0下载:
  2. Char device for device raw access.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:10.64kb
    • 提供者:jingxuru
  1. cdev

    0下载:
  2. 这是一个简单的字符设备驱动,ARM中移植一个linux系统,下载到ARM的linux系统中编译,安装.KO文件-This is a simple character device driver, ARM in the transplant a linux system, download the ARM linux system to compile and install. KO file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:21.51kb
    • 提供者:世勇
  1. anjianqudong

    0下载:
  2. 设备驱动中主要要设计的数据结构是设备结构体,按键的设备结构体中应包含一个缓冲区,因为多次按键可能无法被及时处理,可以用该缓冲区缓存按键。此外,在按键设备结构体中,包含按键状态标志和一个实现过程中要借助的等待队列、cdev结构体。为了实现软件延时,定时器也是必要的-Device drivers in the main data structures to design a device structure, key device structure should contain a buffer,
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:3.26kb
    • 提供者:sunxu
  1. cdev

    0下载:
  2. This file includes implementation of UBI character device operations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.96kb
    • 提供者:ginghiter
  1. OV13850-mipi-raw-for-MT6592

    4下载:
  2. OV13850 for mtk6592上的驱动,需要的童鞋,赶紧来拿。-OV13850 for mtk6592 /*******************************************************************************************/ /*****************************************************************************************
  3. 所属分类:MTK

    • 发布日期:2016-04-26
    • 文件大小:194kb
    • 提供者:heylong
  1. firewire-cdev

    0下载:
  2. Char device interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:11.74kb
    • 提供者:mxgnvon
  1. cdev

    0下载:
  2. 该程序是在 linux环境下实现的虚拟字符驱动程序,包含驱动程序、上层测试程序、makefile文件。经调试,该程序已成功运行,希望对大家有帮助。-The program is implemented in a virtual environment under linux character driver, including the driver, the upper test program, makefile files. After commissioning, the program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4.75kb
    • 提供者:朱华
  1. cdev

    0下载:
  2. 简单的LINUX字符设备驱动程序的设计。-Simple character device driver design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:225.25kb
    • 提供者:邵军
  1. tape_class

    0下载:
  2. Register a tape device and return a pointer to the cdev structure.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:mxlingten
  1. core-cdev

    0下载:
  2. Char device for device raw access for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10.92kb
    • 提供者:nmwanjr
  1. cdev

    0下载:
  2. exclusive - get exclusive access to an UBI volume.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.52kb
    • 提供者:fdqaiqj
  1. firewire-cdev

    0下载:
  2. Char device interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11.75kb
    • 提供者:miuyqcn
« 12 »
搜珍网 www.dssz.com