搜索资源列表
TIMERINT-S3C44B0X
- 定时器时中断服务程序。运行后服务程序每500ms将S3C44B0X开发板上的三个LED指示灯反相。-timer interrupt service procedures. After running services in each of 500ms to S3C44B0X development board RP-3 LED indicators.
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.
try
- 使用51单片机的定时器中断写的波形发生器-51 microcontroller timer interrupt write waveform generator
process_manager
- 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
kaka
- linux2.6驱动模块,包含驱动makefile,应用层程序,定时器,io口操作,中断操作,led操作,对于想熟悉linux驱动的朋友很不错-linux2.6 drive module, including the driver makefile, the application layer procedures, timer, io port operation, interrupt operation, led the operation, for want of a friend fam
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
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.
lab5
- microblaze的定时器与中断控制器的使用-microblaze timer and interrupt controller for use
timer
- that s as the timer interrupt used in the linux application as the sample -that s as the timer interrupt used in the linux application as the sample
Linux-driver-development10
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
Linux-driver-development12
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为AR
DCmotor
- 基于C语言的DSP程序,应用DSP定时器及中断, 实现直流电动机控制 -DSP program based on the C language, application the DSP timer and interrupt, DC motor control
irq-vic-timer
- S3C64XX - Interrupt handling driver- S3C64XX - Interrupt handling driver
namespace
- Set up timer interrupt for Linux v2.13.6.
mc146818-time
- For check timing call set_rtc_mmss() 500ms used in timer interrupt. -For check timing call set_rtc_mmss() 500ms used in timer interrupt.
cevt-r4k
- Possibly handle a performance counter interrupt. Return true if the timer interrupt should not be checked.
entry_32
- NOTE: This code handles signal-recognition, which happens every time after a timer-interrupt and after each system call.
timer-u300
- This timer contains four timers which can fire an interrupt each.
irq_vectors
- local_timer - called when entering exiting a local timer interrupt vector handler.
nv25
- We disable the timer in the world switch and let it be handled by kvm_timer_sync_hwstate(). Getting a timer interrupt at this point is a sure sign of some major breakage.