搜索资源列表
-
1下载:
2440 触摸屏驱动详解:
触摸屏驱动的实现步骤
硬件原理图分析
建立触摸屏驱动程序
在两个中断服务程序中实现触摸屏状态和坐标的转换
将驱动代码写入内核-Detailed touch screen driver 2440:
touch screen driver hardware schematic of implementation steps to establish the touch screen driver in the two interrupt ser
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
-
-
0下载:
端口A中断服务函数根据底层程序取得的迷宫信息,经过该智能算法控制电脑鼠的下一状态,并送往底层驱动程序执行。-Port A interrupt service routine based on the underlying program maze of information, through the intelligent algorithm to control the next state of the computer mouse and sent to the bottom of th
-