搜索资源列表
tengnuo
- 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in
6.key_poll_ok
- 基于S3C6410 Poll按键驱动,供学习使用-Based on S3C6410 Poll key driver for learning to use
StringDriver
- LINUX2.6内核字符型设备驱动程序,采用了非阻塞机制、互斥机制,使用了poll接口。使用方法不用多说了,跟其他字符驱动没区别,可以自行百度。ps: Makefile也包含在里面了。-LINUX2.6 kernel character device driver, using a non-blocking mechanism, mutual exclusion mechanism, using a poll interface. Use Needless to say, no differen
poll
- linux操作系统下面的poll函数的用法 源代码 驱动-linux poll
button_poll10
- 友善支臂mini2440开发板,底层驱动按键,含有poll轮询机制,含有测试程序!-A friendly arm mini2440 development board, the key underlying drivers containing poll polling mechanism, containing the test!
poll
- 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
06poll
- Linux 下的 Poll 机制驱动 提供了用户对文件操作的监控-Poll mechanism under Linux driver provides user monitoring of file operations
poll
- Linux Poll机制的分析,有源代码,也有写的一份记录文档,很好的分析poll机制的实现-linux poll code and text
