搜索资源列表
华恒开发板s3c2410 按钮中断处理示例
- 华恒开发板s3c2410 按钮中断处理示例-huaheng development board s3c2410 button interrupt handling example
C++中的中断处理创建一个内存驻留程序
- 用C++语言写的一个中断处理,创建内存驻留程序,有问题与我联系-using the C language to write an interrupt handling, the presence of established procedures memory, I have problems with the links
lru中断处理程序
- lru中断处理程序.rar-LRU interrupt handling procedures. Rar
44B0X上的中断处理
- 44b0中断的处理--Handle interrupt on 44B0X.
ARM9的中断处理技术及其在Windows CE下实现的研究
- 文中介绍ARM9系列嵌入式微处理器的中断体系结构,论述Windows CE.net的中断处理 过程,并在此基础上给出基于EP9301微处理器的Windows CE.net 4.2下进行中断程序开发的实 例。
7s64中断代码示例
- 主要介绍了7s64的中断处理机制的代码!有详细注释!
linux_Serial_Port_Driver_Development
- linux下串口驱动开发文档,:介绍了Linux 下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY 终端使用), 以及Linux 下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC 方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍,。-linux_Serial Port Driver Development
kbdsrc
- 一个多输入的键盘中断处理程序-Importation of more than one keyboard interrupt handling procedures
swi
- ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document
Keyboard_deal_INT1
- Keyboard_deal_INT1是通过外部中断来处理键盘按键的-Keyboard_deal_INT1 through the external interrupt to handle keyboard buttons
swi
- 在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
Linuxdevicedriveinterrupt
- Linux设备驱动程序学习(11)-中断处理 - Linux设备驱动程序.rar-Linux设备驱动程序学习(11)-中断处理- Linux设备驱动程序.rar
ucos_ex1
- s3c44b0x处理器ucosII中断处理例程-ucosII interrupt handling routines
C51
- c51单片机中断处理程序的相关代码和文件说明-c51 SCM interrupt handler associated code
S3C2410-init
- 基于ARM9芯片S3C2410异常中断程序设计。验证的代码详细分析了基于ARM嵌入式系统的异常处理流程。然后阐明关键字“-irq”的作用,设计出中断处理函数。最后,通过设置中断控制寄存器,设计外部中断EINT3的初始化程序,并给出主程序流程图。实践证明程序运行稳定可靠。-S3C2410 ARM9-based chip exception interrupt programming. Detailed analysis of the code verification of embedded sy
mega128振动器中断处理
- mega128振动器中断处理,振动器是触发式振动器,会不停产生中断(mega128 vibrator interrupts processing, and the vibrator is a trigger vibrator that interrupts continuously)
中断法键盘扫描c程序
- 中断法键盘扫描C程序,通过中断的方法查询哪个按键按下,并做出对应的处理(Interrupt method, keyboard scanning, C program)
24 中断
- 8051中断处理,具体为定时器中断,学习51单片机必需会的内容(This is a 8051 singlechip interrupt handler)
IIC Slave 中断
- STM32F030C8 I2C 从机 中断处理 DummyWrite模式。从机采用硬件I2C接口。已经修改了时序中存在的错误。