您要查找的是不是:
- Unable to register the interrupt service routine. 无法注册中断服务例程。
- The address of an interrupt service routine. 中断服务程序所在的地址。
- You may use this style for interrupt service routines. 你可以把这种方法用于中断服务程序。
- The automatic clear reduces the operations required by the interrupt service routine entry code to reading the AIC_IVR. 这个)自动清除(动作)减少了中断服务程序入口代码读取AIC_IVR(寄存器)所需的操作.
- Must provide memory protection at least for the interrupt vector and the interrupt service routines. 至少要为中断向量和中断服务程序提供存储保护。
- The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine. 在中断发生和相关的中断服务程序运行之间的时间长短。
- The software includes the main system program, the interrupt service program, the network protocol program and the PCMCIA interface driver program. 软件系统主要包括:系统主程序、中断服务程序、网络协议程序以及PCMCIA接口驱动程序。
- Later on, your device might generate an interrupt, whereupon your interrupt service routine will be called at DIRQL. 稍后,你的设备可能发生一个中断,因此你的中断服务程序将要在DIRQL上被调用。
- VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level ( IPL). VMS的一种中断服务子程序,在分叉中断优先级(PL)软件中断激活。
- The main program and interrupt service routine (ISR) are realized by using modularized software design method. 软件采用模块化软件设计的方法设计了控制系统主程序、中断服务程序及中断服务子程序。
- A VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level( IPL). VAX/VMS的一种中断服务子程序,在分叉中断优先级(PL)软件中断激活。
- ISR Interrupt Service Routine. Code that performs actions necessary to deal with the condition that caused the interrupt. 中断服务程序。在执行操作时处理可能引起中断情况的代码。
- The data exchange between the background ISR (Interrupt Service Routine) and the foreground Main Loop is achieved by event flags and data buffers. 整个固件程序设计成完全的中断驱动方式,后台中断服务程序(ISR)和前台主循环之间的数据交换通过事件标志和数据缓冲区来实现。
- Each entry in the IDT contains the address of the interrupt service procedure in the form of a segment selector and a 32-bit offset address. IDT中的每一个表项以一个段选择符和一个32位的偏移地址的形式包含了中断处理程序的地址。
- A mechanism used by tasks and interrupt service routines to share information and synchronize their access to shared resources. 一种被用来在工作和中缀效劳顺序之间共享信息和同步它们对共享资源拜访的机制。
- Describes interrupt service routines (ISRs) and installable ISRs and how they interact with interrupt service threads (ISTs). 介绍了中断服务程序(ISR)和可安装的ISR,还有他们是如何与中断服务线程(IST)交互的。
- When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running. 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
- Interrupt Service Routine (ISR) for the driver. This function only performs processing for the device and does not save and restore the interrupt context. 既然调用它的时候没有保存和恢复中断现场的操作,那么在我们编写的中断服务程序中需要做这些操作?如何操作?(保存相关寄存器的值?
- If you access those registers only at DIRQL, you can be sure that no one can interfere with your interrupt service routine (ISR) on a single-CPU computer. 如果你访问那些只处于DIRQL上的注册表,在一个单CPU计算机上,你可以确信那些没有人可以干涉的中断服务程序。
- Then, the whole systematic architecture, some hardwares and firmware program were detailed, finally, the main program and interrupt service program were provided. 洋细论述了系统的总体结构、部分硬件设计和相应固件程序的实现,给出了主程序和中断服务程序流程图。