CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - interrupt handler

搜索资源列表

  1. SemSig

    0下载:
  2. Shows how to set up an interrupt handler function and signal events from the handler. We use C6x timer 1 as the example interrupt source.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2164
    • 提供者:丽香
  1. timer_test

    0下载:
  2. This example uses a timer to generate interrupt at a specific period.The timer event handler increments the event count and prints in stdout.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:3754
    • 提供者:xpert
  1. ModuleTest_a

    0下载:
  2. I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:35369
    • 提供者:sxf
  1. Interrupt-Handler-.pdf

    0下载:
  2. Interrupt Handling in LInux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:897037
    • 提供者:vijay
  1. piano

    0下载:
  2. 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。 -An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang i
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:1975
    • 提供者:Zhaiyf
  1. adc_inter

    0下载:
  2. 基于中断处理的adc驱动程序,字符设备驱动的一个模块-Adc driver interrupt handler, a character device driver modules
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:20957
    • 提供者:lz
  1. fpga

    0下载:
  2. Interrupt handler for OMAP-1510 Innovator FPGA
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1885
    • 提供者:kaixiubue
  1. irq-mb93493

    0下载:
  2. MB93493 companion chip interrupt handler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:1328
    • 提供者:minxongtong
  1. psb_irq

    0下载:
  2. Display controller interrupt handler for pipe event.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3679
    • 提供者:diesiepeng
  1. irq-mb93493

    0下载:
  2. MB93493 companion chip interrupt handler for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1169
    • 提供者:serpingrong
  1. bfa_hw_ct

    0下载:
  2. Dummy interrupt handler for handling spurious interrupt during chip-reinit for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1141
    • 提供者:mangnuxan
  1. multi_schedule

    0下载:
  2. 用C++实现的多机调度算法。问题描述:要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-C++ achieve multi-machine scheduling algorithm used. Problem Descr iption: required to give a scheduling program, so as to the n operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:789
    • 提供者:威仔F
  1. lp8788-irq

    0下载:
  2. TI LP8788 MFD - interrupt handler for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1526
    • 提供者:ratiugui
  1. dectypes

    0下载:
  2. this currently used by the cache error handler should provide locking against the interrupt handler for Linux v2.13.6. -this is currently used by the cache error handler should provide locking against the interrupt handler for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2719
    • 提供者:gfznjr
  1. mconsole_kern

    0下载:
  2. Safe without explicit locking for now. Tasklets provide their own locking, and the interrupt handler is safe because it can t interrupt itself and it can only happen on CPU 0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6692
    • 提供者:bxsusang
  1. axonram

    0下载:
  2. interrupt handler for Axon RAM ECC.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3185
    • 提供者:qiukula
  1. dwc3

    0下载:
  2. Convert interrupt handler to per-ep-thread-irq.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:990
    • 提供者:xinriuceng
  1. stdma

    0下载:
  2. attempt to acquire ST DMA interrupt lock @handler: interrupt handler to use after acquisition. -attempt to acquire ST DMA interrupt lock @handler: interrupt handler to use after acquisition.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2111
    • 提供者:paixnkang
  1. mn10300-watchdog-low

    0下载:
  2. MN10300 Watchdog interrupt handler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:806
    • 提供者:nosaivq
  1. int-handler

    0下载:
  2. plat_irq_dispatch: Interrupt handler for DECstations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:lbronxy
« 12 3 »
搜珍网 www.dssz.com