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

搜索资源列表

  1. URB

    0下载:
  2. Driver URB
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2032
    • 提供者:lijianjun
  1. usbTest

    0下载:
  2. 嵌入式开发板USB测试,方法为通过usbfs直接想内核发送urb包-USB development board for embedded testing, methods for usbfs directly through the kernel would like to send urb package
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:32580
    • 提供者:牛家
  1. IRP

    0下载:
  2. 关于windows驱动的IRP格式详细解释。写的很详细。很好的学习资料。-IRP on the windows-driven format of a detailed explanation. Written in great detail. A very good learning materials.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:70540
    • 提供者:林祖毅
  1. USB-driver-on-wince

    0下载:
  2. 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。 关键字:通用串行总线(USB); USB请求包(URB);
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:6052
    • 提供者:duke
  1. bocmbcs_a

    0下载:
  2. 基于PDIUSBD12的驱动源代码 完全可用 接收过程: usbserial模块会在该设备打开时就启动一个urb在那等待设备端发数据过来, 收到数据后就push到上层tty设备的缓冲中去-Fully available based on the PDIUSBD12 the driver source code Receiving process: usbserial module when the device is turned on to start a urb go after t
  3. 所属分类:Driver Develop

    • 发布日期:2017-10-30
    • 文件大小:1076360
    • 提供者:guosa1@qq.com
  1. dvb-usb-urb

    0下载:
  2. dvb-usb-urb.c is part of the DVB USB library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:1057
    • 提供者:liangl2004
  1. usb-urb

    0下载:
  2. usb-urb.c is part of the DVB USB library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:2114
    • 提供者:cayanzin
  1. tls

    0下载:
  2. TLB entry wiring helpers for URB-equipped parts.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:782
    • 提供者:zaitengjou
  1. urb

    0下载:
  2. urb是USB中通信中最为重要的角色,USB所有的通信都要经过URB-URB is very important in usb
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:6475
    • 提供者:xiaofeng
  1. vhci_rx

    0下载:
  2. get URB from transmitted urb queue. Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:mugijing
  1. stub_tx

    0下载:
  2. stub free priv and urb for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2926
    • 提供者:malouken
  1. dvb-usb-urb

    0下载:
  2. dvb-usb-urb.c is part of the DVB USB library for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1135
    • 提供者:janlanhe
  1. usb-urb

    0下载:
  2. usb-urb.c is part of the DVB USB library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:ranxenang
  1. usb_urb

    0下载:
  2. usb-urb.c is part of the DVB USB library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2537
    • 提供者:genqerqao
  1. usb-urb

    0下载:
  2. usb-urb.c is part of the DVB USB library.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2192
    • 提供者:zaozkyt
  1. stub_rx

    0下载:
  2. The stalled endpoint is specified in the wIndex value. The endpoint of the urb is the target of this clear_halt request (i.e., control endpoint).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4632
    • 提供者:muimmda
  1. mtouchusb

    0下载:
  2. Implement a control urb again to handle requests to and the device such as calibration, etc once if it becomes available. -Implement a control urb again to handle requests to and the device such as calibration, etc once if it becomes available.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8844
    • 提供者:giloqeng
  1. vhci_rx

    0下载:
  2. get URB transmitted urb queue. caller must hold vdev->priv_lock. -get URB transmitted urb queue. caller must hold vdev->priv_lock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2361
    • 提供者:vmpfxk
  1. urb

    0下载:
  2. usb_init_urb - initializes a urb so that it can be used by a USB driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9657
    • 提供者:kouyylv
  1. URB

    0下载:
  2. The basic idea of the new driver is message passing, the message itself is called USB Request Block, or URB for short.
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-06-27
    • 文件大小:15360
    • 提供者:xonseihao
« 12 »
搜珍网 www.dssz.com