您要查找的是不是:
- Unable to register the interrupt service routine. 無(wú)法注冊中斷服務(wù)例程。
- The address of an interrupt service routine. 中斷服務(wù)程序所在的地址。
- You may use this style for interrupt service routines. 你可以把這種方法用于中斷服務(wù)程序。
- The automatic clear reduces the operations required by the interrupt service routine entry code to reading the AIC_IVR. 這個(gè))自動(dòng)清除(動(dòng)作)減少了中斷服務(wù)程序入口代碼讀取AIC_IVR(寄存器)所需的操作.
- Must provide memory protection at least for the interrupt vector and the interrupt service routines. 至少要為中斷向量和中斷服務(wù)程序提供存儲保護。
- The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine. 在中斷發(fā)生和相關(guān)的中斷服務(wù)程序運行之間的時(shí)間長(cháng)短。
- The software includes the main system program, the interrupt service program, the network protocol program and the PCMCIA interface driver program. 軟件系統主要包括:系統主程序、中斷服務(wù)程序、網(wǎng)絡(luò )協(xié)議程序以及PCMCIA接口驅動(dòng)程序。
- Later on, your device might generate an interrupt, whereupon your interrupt service routine will be called at DIRQL. 稍后,你的設備可能發(fā)生一個(gè)中斷,因此你的中斷服務(wù)程序將要在DIRQL上被調用。
- VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level ( IPL). VMS的一種中斷服務(wù)子程序,在分叉中斷優(yōu)先級(PL)軟件中斷激活。
- The main program and interrupt service routine (ISR) are realized by using modularized software design method. 軟件采用模塊化軟件設計的方法設計了控制系統主程序、中斷服務(wù)程序及中斷服務(wù)子程序。
- A VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level( IPL). VAX/VMS的一種中斷服務(wù)子程序,在分叉中斷優(yōu)先級(PL)軟件中斷激活。
- ISR Interrupt Service Routine. Code that performs actions necessary to deal with the condition that caused the interrupt. 中斷服務(wù)程序。在執行操作時(shí)處理可能引起中斷情況的代碼。
- The data exchange between the background ISR (Interrupt Service Routine) and the foreground Main Loop is achieved by event flags and data buffers. 整個(gè)固件程序設計成完全的中斷驅動(dòng)方式,后臺中斷服務(wù)程序(ISR)和前臺主循環(huán)之間的數據交換通過(guò)事件標志和數據緩沖區來(lái)實(shí)現。
- 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中的每一個(gè)表項以一個(gè)段選擇符和一個(gè)32位的偏移地址的形式包含了中斷處理程序的地址。
- A mechanism used by tasks and interrupt service routines to share information and synchronize their access to shared resources. 一種被用來(lái)在工作和中綴效勞順序之間共享信息和同步它們對共享資源拜訪(fǎng)的機制。
- Describes interrupt service routines (ISRs) and installable ISRs and how they interact with interrupt service threads (ISTs). 介紹了中斷服務(wù)程序(ISR)和可安裝的ISR,還有他們是如何與中斷服務(wù)線(xiàn)程(IST)交互的。
- When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running. 當中斷服務(wù)程序退出,對處理器的控制權轉到先前運行的那個(gè)軟件上。
- Interrupt Service Routine (ISR) for the driver. This function only performs processing for the device and does not save and restore the interrupt context. 既然調用它的時(shí)候沒(méi)有保存和恢復中斷現場(chǎng)的操作,那么在我們編寫(xiě)的中斷服務(wù)程序中需要做這些操作?如何操作?(保存相關(guān)寄存器的值?
- 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. 如果你訪(fǎng)問(wèn)那些只處于DIRQL上的注冊表,在一個(gè)單CPU計算機上,你可以確信那些沒(méi)有人可以干涉的中斷服務(wù)程序。
- Then, the whole systematic architecture, some hardwares and firmware program were detailed, finally, the main program and interrupt service program were provided. 洋細論述了系統的總體結構、部分硬件設計和相應固件程序的實(shí)現,給出了主程序和中斷服務(wù)程序流程圖。