搜索资源列表
mini2440_buttons
- mini2440 已去抖按键驱动,延时用时钟控制。-mini2440 buttons driver.timer control delay.
tengnuo
- 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in