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

搜索资源列表

  1. ARM_Linux_interrupt_src_code

    0下载:
  2. 以s3c2410为例, 通过文中源码,非常详尽分析ARM Linux中断过程,很好的学习和参考价值。-ARM Linux interrupt. S3c2410 example, the source text, very detailed analysis of the ARM Linux interrupt the process of learning and reference value.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:17650
    • 提供者:Harry
  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. kernel_interrupt

    0下载:
  2. 介绍了Linux内核中断 1 什么是中断 2 中断分类 3 Linux 异常处理体系结构 4 中断处理后半部机制-The Linux kernel interrupt 1 What is the interrupt 2 interrupt exception handling architecture Category 3 Linux interrupt processing latter part of mechanism
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:215433
    • 提供者:颜建文
  1. key_test

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

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

    0下载:
  2. 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 -Linux serial driver level design and interface, and pointed out that the level of association between the serial TTY terminal (serial port can be use
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:16054
    • 提供者:dinny
  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-19
    • 文件大小:1743
    • 提供者:
  1. gpio_INT

    0下载:
  2. linux的IO中断的驱动和测试程序,已经通过验证了,和适合初学者来学习。-Linux IO interrupt driver and testing procedures have been validated, and suitable for beginners to learn.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:6527
    • 提供者:qxqqem
  1. Interrupt

    0下载:
  2. 基于Linux的中断驱动编程,是在三星S3C2410板子可以运行的-Linux-based interrupt-driven programming in Samsung S3C2410 board can run
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:1579
    • 提供者:lulu
  1. Timercunt

    0下载:
  2. S3C2440的linux驱动,能实现高精度的内核计时,可利用计时,进行多线程中断!-S3C2440 linux driver, to achieve the kernel timing of the high-precision, available time, multi-threaded interrupt!
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:134308
    • 提供者:王荣成
  1. Linux_driver26x

    0下载:
  2. linux 2.6内核下的一款支持链式DMA的PCI-E接口设备的驱动源程序,该驱动采用MSI中断模式。本程序可供下载者了解基于MSI模式的PCI/PCI-E设备的驱动整体架构。-linux 2.6 kernel under a support chain DMA' s PCI-E interface device driver source, the driver uses MSI interrupt mode. This program is available for downloa
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:14010
    • 提供者:echo
  1. 08exceptions

    0下载:
  2. 基于S3C6410开发板裸板的中断机制的相关驱动,学习Linux驱动过程中编写,可行。-S3C6410 development board based on the bare boards of the interrupt mechanism associated drivers, the process of learning to write Linux drivers and feasible.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:56339
    • 提供者:郭天骄
  1. Linux-system-driver-development

    0下载:
  2. 以中断驱动为例,介绍了Linux系统字符型设备驱动编写-Describe the Linux system driver development,and take interrupt-driven as an example.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:450318
    • 提供者:difang
  1. linux-tasklet

    0下载:
  2. linux 中断和底半部 S3C6410实时钟中断-Interrupt and bottom halves S3C6410 linux real time clock interrupt
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:78375
    • 提供者:lichengwei
  1. RFM65

    0下载:
  2. RFM65在linux下的驱动程序,使用的模拟spi,配上中断系统-RFM65 under linux drivers, analog spi use, coupled with the interrupt system
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:3150
    • 提供者:王晓磊
  1. LED

    0下载:
  2. linux系统下LED灯采取中断形式GPIO控制-in linux LED lights take the form of an interrupt GPIO control
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:41198
    • 提供者:dongyi
  1. STEP-MOTOR

    0下载:
  2. 在Linux系统下步进电机控制程序,通过中断控制器实现按键控制-In the Linux system stepper motor control procedures to achieve controlled by the interrupt controller buttons
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:45724
    • 提供者:dongyi
  1. paramirq.tar

    0下载:
  2. Linux系统上进行中断学习的源码,测试例程-Interrupt learning on the Linux system source code, test routine
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:949
    • 提供者:zhm_yan
  1. interrupt-in-linux-driver

    0下载:
  2. 详细描述了在linux设备驱动程序编写过程中使用中断。-Describes in detail the use of interrupts in the linux device driver writing process.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1935858
    • 提供者:roc
« 12 »
搜珍网 www.dssz.com