搜索资源列表
10、定时器中断和驱动程序
- 上海勤研的KY44B0X有中断的BIOS源码-Shanghai Institute of KY44B0X a BIOS interrupt source
linuxtimer
- linux下的进程间定时器程序,可以设定定时间隔,感觉很实用。-the process under linux timer procedures can set regular intervals, the feeling is very practical.
tcpc
- Linux下的C编程,使用tcp协议,定时发送数据,为客户端程序。
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
w83627hf_wdt.rar
- 主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(w83627hf_wdt.c)是基于Winbond83627芯片的看门狗驱动程序 ,The motherboard, or can provide a second time, and the most up to 255 programmable watchdog timer, WDT time-out system reset time of the incident. This
tasklet.tar.gz
- 一个基于s3c2440-linux2.6按键驱动程序的tasklet的典型运用并附带软中断定时器timerlist的用法。标准的中断上半部,下半部写法。在utu2440的arm9开发板中测试成功。,This is a program about a classic top half and bottom half usage with tasklet and timerlist. It s a button driver based linux2.6 for arm9 with s3c2440.
test_itimer
- posix:tmr 间隔定时测试程序,实现100ms定时器三秒按键!-posix: tmr interval timer test procedure, implementation 100ms timer button 3 seconds!
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
counter1_demo
- QT中使用定时器的代码,程序编辑采用了博创的HMIDeveloper工具-QT code to use the timer, the program used to edit the HMIDeveloper tools Fiberxon
time
- 采用ADS1.2编写的定时器程序,可以定时用-time
timer
- 这是用minigui1.3.3开发的一个时钟,本程序是用定时做的动态时钟,希望对大家有用。-This is minigui1.3.3 developed a clock, this procedure is done with dynamic clock from time to time and hope for all of us.
second.tar
- 秒设备及测试程序,供大家查看。挺好的,对于定时器的使用还是比较经典的。-second device & test
FileMonitor
- 在Linux下删除指定时间的文件,可以定时运行此程序,实现动态监控的目的-Delete files on time automaticlly under the enviroment of Linux, using C language.
ARM(LINUX)timerdriver
- linux下定时器的驱动程序,用于linux下定时器的驱动-linux drivers under the timer, the timer for the driver under linux
timer
- 自己编写的定时器程序,在Linux环境下面编写,起到定时的作用,在手机功能中能用到-programme C
Lock-linux
- 定时锁键盘鼠标的小程序,用Bash和C写的,程序满简单,大家可以略读下自己修改,也可以很方便地直接使用。-A tool for lock the keyboard and mouse develped in linux with Bash and C. Help the people work or play PC long time to stop and have some rest timely.
Linux-driver-development10
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
ptimer
- 守护进程,定时启动程序 守护进程,定时启动程序-Daemon, start the program regularly
test_8554c
- 凌华定时卡8554 Linux开发测试程序(timing card pxi-8554 test process on Linux)
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时