搜索资源列表
ARM ADS 程序示例interrupts
- ARM ADS 程序示例 interrupts-ARM ADS program examples interrupts
LinuxRPX
- LM70_mediaengine.c is based on procfs-This device driver demonstrates communication with a LM70 temperature * sensor using the SA1110 SPI controller. The driver uses polled I/O by checking the SSSR s busy flag instead of using interrupts. The dri
3LK-PM-INTR-SYNC
- The Linux Kernel: Process, InterruptsCommunication, Synchronization
Interrupts
- How to load a ISR (Interrupr Service Routine) in WINCE platform
uclinux-uart
- 这个是nios核在linux下的应用程序,比较通用,测试过,没有问题。不过没有中断没有使用中断。-This is nios nucleus in an application under linux, more generic, tested, no problem. However, do not use interrupts without interruption.
interrupts
- interrupt programming in linux, isr programming, interrupt api in linux 2.4, etc-interrupt programming in linux, isr programming, interrupt api in linux 2.4, etc....
Lab2_shah006
- The objective of this assignment is to implement a non-preemptive kernel. In order to do this you must implement three tasks: 1. Timer Management – necessary to establish a time base for our system. 2. Interrupt Management – necessary to handle
Linux_kernel
- linux内核源代码,包括文件系统,中断,进程管理,多对称处理等-linux kernel source code, including file system, interrupts, process management, multi-symmetric treatment
stm32_test
- SMT32演示,各个例子全在里面,比如IO口,中断,串口,I2C,SPI等-SMT32 presentation, various examples are all on the inside, such as IO ports, interrupts, serial, I2C, SPI, etc.
ModuleTest_a
- I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
interrupt
- 实现中断服务的程序,PC机用户可使用的硬件中断只有可屏蔽中断,由8259中断控制器管理。中断控制器用于接收外部的中断请求信号,经过优先级判别等处理后向CPU发出可屏蔽中断请求,灯亮来表明中断实现.-Interrupt service program to achieve, PC machine users can use hardware interrupts may be maskable interrupt only by the 8259 interrupt controller mana
Linux-Kernel-Development
- Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
ar6k_events
- AR6K Driver layer event handling (i.e. interrupts, message polling)
clock
- Enable interrupts at initialization time on Ultra/PCI machines. Due to massive hardware bugs, UltraDMA is only supported on the 646U2 and not on the 646U.
et131x_isr
- File which contains the ISR, ISR handler, and related routines for processing interrupts from the device.
irqbalance_0.55P20091017.orig.tar
- irqbalance源码包,0.55版本-Daemon to balance interrupts for SMP systems
via_irq
- This code provides standard DRM access to the Via Unichrome / Pro Vertical blank interrupt, as well as an infrastructure to handle other interrupts of the chip. The refresh rate is also calculated for video playback sync purposes. -This code provi
vpac270
- GPIOs and interrupts for Voipac PXA270
wakeup-mask
- Support for wakeup mask interrupts on newer SoCs for linux-Support for wakeup mask interrupts on newer SoCs for linux
suspend-and-interrupts
- System Suspend and Device Interrupts.