您要查找的是不是:
- user interrupt service routine 用户中断服务程序
- Unable to register the interrupt service routine. 无法注册中断服务例程。
- The address of an interrupt service routine. 中断服务程序所在的地址。
- It is specific designed for the application of embedded system , it include the BSP(Board Support Package)and operating kernel and user selected component and ISR(interrupt service routine) . 它由板级支持包(BSP)、操作系统内核及用户选用组件、中断服务程序(ISR)绢成。
- The automatic clear reduces the operations required by the interrupt service routine entry code to reading the AIC_IVR. 这个)自动清除(动作)减少了中断服务程序入口代码读取AIC_IVR(寄存器)所需的操作.
- The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine. 在中断发生和相关的中断服务程序运行之间的时间长短。
- 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)软件中断激活。
- The data exchange between the background ISR (Interrupt Service Routine) and the foreground Main Loop is achieved by event flags and data buffers. 整个固件程序设计成完全的中断驱动方式,后台中断服务程序(ISR)和前台主循环之间的数据交换通过事件标志和数据缓冲区来实现。
- When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running. 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
- You may use this style for interrupt service routines. 你可以把这种方法用于中断服务程序。
- 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计算机上,你可以确信那些没有人可以干涉的中断服务程序。
- Drivers for devices that generate hardware interrupts will have an interrupt service routine (ISR) and a deferred procedure call (DPC) routine. 对于普通硬件中断设备的驱动要具有中断服务程序(ISR)和一个延迟程序调用(DPC)程序。
- Must provide memory protection at least for the interrupt vector and the interrupt service routines. 至少要为中断向量和中断服务程序提供存储保护。
- 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)交互的。
- interrupt service routine address 中断服务子程序地址