搜索资源列表
SemSig
- 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.
timer_test
- This example uses a timer to generate interrupt at a specific period.The timer event handler increments the event count and prints in stdout.
ModuleTest_a
- I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
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
adc_inter
- 基于中断处理的adc驱动程序,字符设备驱动的一个模块-Adc driver interrupt handler, a character device driver modules
fpga
- Interrupt handler for OMAP-1510 Innovator FPGA
irq-mb93493
- MB93493 companion chip interrupt handler
psb_irq
- Display controller interrupt handler for pipe event.
irq-mb93493
- MB93493 companion chip interrupt handler for Linux.
bfa_hw_ct
- Dummy interrupt handler for handling spurious interrupt during chip-reinit for Linux.
multi_schedule
- 用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
lp8788-irq
- TI LP8788 MFD - interrupt handler for Linux v2.13.6.
dectypes
- 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.
mconsole_kern
- 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.
axonram
- interrupt handler for Axon RAM ECC.
dwc3
- Convert interrupt handler to per-ep-thread-irq.
stdma
- 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.
mn10300-watchdog-low
- MN10300 Watchdog interrupt handler.
int-handler
- plat_irq_dispatch: Interrupt handler for DECstations.