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

搜索资源列表

  1. signal

    0下载:
  2. 信号是在软件层次上对中断机制的一种模拟,是进程间通信机制中唯一的异步通信机制。 示例中给出了信号的使用方法-Signal in linux looks like software interrupt mechanism and it is the only asynchronous communication mechanism in inter-process communication. Example codes shows us how to use the signal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:5165
    • 提供者:y
  1. page

    0下载:
  2. 学校数据库中下载的一些关于LINUX内核的一些文章,包括调度算法,中断等等内容-Some of the school database to download some articles on the LINUX kernel, including scheduling, interrupt and much more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:53896192
    • 提供者:周士威
  1. MotorDriverAndApplication

    0下载:
  2. 这是linux下步进电机的驱动程序(分别适合与电机连接到IO口与连接到中断或总线的情况),并分别附有相应的上层应用程序,可以用来测试驱动。-This is under linux stepper motor driver (for, respectively, with the motor connected to the IO port and interrupt or bus connection to the case), respectively, with corresponding
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:4891
    • 提供者:左锋
  1. key_int

    0下载:
  2. s3c2440下面的按键驱动开发,本源码可以让初学者初步了解linux对中断的处理-s3c2440 following key-driven development, the source can make a preliminary understanding of linux for beginners interrupt handling
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:11650
    • 提供者:chen hua
  1. ustc-Linuxkernelguide_IE

    0下载:
  2. 中科大Linux操作系统源代码导读_中断异常-USTC Linux operating system source code REVIEW _ interrupt exception
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1119289
    • 提供者:祝惠民
  1. mouse_monitor

    0下载:
  2. Linux 检测鼠标键盘事件,通过系统中断获取鼠标和键盘的事件-Monitor mouse and keyboard events in Linux system. Fetch mouse and keyboard events via system interrupt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1486
    • 提供者:muyongjian
  1. third_dev_interrupt

    0下载:
  2. 6410板载嵌入式Linux平台的中断驱动测试程序的硬件与新手写的测试程序-6410 onboard embedded Linux platform interrupt-driven test program the hardware with new handwriting test program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:2262
    • 提供者:caidunqing
  1. spi

    0下载:
  2. 这是一个spi模块的程序,对于深入了解linux驱动编程非常有益。其中涉及了中断、调度、多线程编程等-This is a spi-module program is very useful for in-depth understanding of the linux driver programming. Which deals with the interrupt, scheduling, multi-threaded programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:3398
    • 提供者:zhushiqun
  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. linuxinterruptdev

    0下载:
  2. Linux操作系统中断程序的处理,以及工作队列和软中断的相关定义。-Linux operating system interrupt handling procedures, and the soft interrupt work queue and related definitions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:20386
    • 提供者:suwei
  1. key_test

    0下载:
  2. 6410按键驱动,实现中断、消抖功能。属于Linux系统下的字符驱动。-6410 key driver to achieve interrupt debounce function.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-21
    • 文件大小:2677
    • 提供者:fanfenfang
  1. 101220004-1

    0下载:
  2. 实现一个在linux环境下运行的坦克大战游戏,没有用任何库函数,可以相应键盘的消息事件(利用时钟中断机制实现)-Battle City game, running a linux environment and did not use any library functions corresponding keyboard message event (clock interrupt mechanism to achieve)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:699286
    • 提供者:蔡庆芃
  1. key_driver_irqa_poll

    0下载:
  2. linux设备驱动开发之按键KEY驱动开发查询模式和中断模式(宋宝华框架)-linux device driver development of key KEY-driven development query mode and interrupt mode (Song Baohua framework)
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-02
    • 文件大小:29795
    • 提供者:frying
  1. LinuxKernel-core-Chinese-manual

    0下载:
  2. LinuxKernel核心中文手册,总共十五章的讲解,包括Hardware Basic,Software Basic,Memory Management ,Processes,Interprocess Communication Mechanisms ,PCI ,Interrupts and Interrupt Handling,Device Drivers, The File System ,Networks,Kernel Mechanisms ,Modules,The Linux Kerne
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-06
    • 文件大小:552392
    • 提供者:aa
  1. arm_code_irq

    0下载:
  2. ARM Linux gec2440开发板中断,通过按键控制点灯-The the ARM Linux gec2440 development board interrupt key control lighting
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:16602
    • 提供者:董守义
  1. Armplat_WTdog

    0下载:
  2. ARM Linux gec2440开发板看门狗报警中断-The ARM Linux gec2440 development board watchdog alarm interrupt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:24085
    • 提供者:董守义
  1. button_drv

    0下载:
  2. TQ244开发板在linux下按键中断驱动程序和测试程序-The TQ244 development board under linux key interrupt driver and testing procedures
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-23
    • 文件大小:4883
    • 提供者:侯苹苹
  1. button

    0下载:
  2. 简单的按键linux驱动程序,里面有两种模式,一种是扫描模式,一种是中断模式。中断模式是按键驱动led-Simple key linux driver, there are two modes, a scan mode, one is the interrupt mode. The interrupt mode key driver led
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:2831
    • 提供者:刘智
  1. input-system

    0下载:
  2. Linux环境下,用输入子系统结构写的按键驱动程序,检测到按键K1/K2/K3/K4中断后再终端显示被按下的按键。-Linux environment, with the the input subsystem structure written key driver detected key K1/K2/K3/K4 interrupt after terminal to display the button is pressed.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:1743
    • 提供者:
  1. ldusb

    0下载:
  2. linux系统上,中断输入/输出设备的通用USB驱动程序 -interrupt input/output devices Universal USB driver on linux system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:6357
    • 提供者:outine
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com