搜索资源列表
ARM_Linux_interrupt_src_code
- 以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.
Interrupt-Handler-.pdf
- Interrupt Handling in LInux
piano
- 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到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
kernel_interrupt
- 介绍了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
key_test
- 6410按键驱动,实现中断、消抖功能。属于Linux系统下的字符驱动。-6410 key driver to achieve interrupt debounce function.
LinuxDrv
- 介绍了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
button
- 简单的按键linux驱动程序,里面有两种模式,一种是扫描模式,一种是中断模式。中断模式是按键驱动led-Simple key linux driver, there are two modes, a scan mode, one is the interrupt mode. The interrupt mode key driver led
input-system
- 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.
gpio_INT
- linux的IO中断的驱动和测试程序,已经通过验证了,和适合初学者来学习。-Linux IO interrupt driver and testing procedures have been validated, and suitable for beginners to learn.
Interrupt
- 基于Linux的中断驱动编程,是在三星S3C2410板子可以运行的-Linux-based interrupt-driven programming in Samsung S3C2410 board can run
Timercunt
- S3C2440的linux驱动,能实现高精度的内核计时,可利用计时,进行多线程中断!-S3C2440 linux driver, to achieve the kernel timing of the high-precision, available time, multi-threaded interrupt!
Linux_driver26x
- 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
08exceptions
- 基于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.
Linux-system-driver-development
- 以中断驱动为例,介绍了Linux系统字符型设备驱动编写-Describe the Linux system driver development,and take interrupt-driven as an example.
linux-tasklet
- linux 中断和底半部 S3C6410实时钟中断-Interrupt and bottom halves S3C6410 linux real time clock interrupt
RFM65
- RFM65在linux下的驱动程序,使用的模拟spi,配上中断系统-RFM65 under linux drivers, analog spi use, coupled with the interrupt system
LED
- linux系统下LED灯采取中断形式GPIO控制-in linux LED lights take the form of an interrupt GPIO control
STEP-MOTOR
- 在Linux系统下步进电机控制程序,通过中断控制器实现按键控制-In the Linux system stepper motor control procedures to achieve controlled by the interrupt controller buttons
paramirq.tar
- Linux系统上进行中断学习的源码,测试例程-Interrupt learning on the Linux system source code, test routine
interrupt-in-linux-driver
- 详细描述了在linux设备驱动程序编写过程中使用中断。-Describes in detail the use of interrupts in the linux device driver writing process.