说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 中断处理器
1)  Interruption Processor
中断处理器
2)  interrupt handling
中断处理
1.
In the project of the network sleep monitoring on Microsoft Window 98,we design a virtual device driver (VxD) forphysiological signals acquisition card with VTOOLSD, in which we have accomplished IRQ virtualization, hook interrupt handling program, real-time processing of hardwave interruption and collection of ECG, EEG and other medical signals.
基于Microsoft Windows98平台的网络睡眼监护系统,利用VTOOLSD开发生理信号采集卡虚拟设备驱动程序(VxD) 在VxD中实现IRQ的虚拟化,钩挂中断处理程序,实时处理硬件中断,采集心电、脑电等多路生理信号。
2.
This paper discussed several problems which are needed to be raveled in μC/OS-II transplant process on ARM7;introduced the general interrupt handling process and method;presented the transplant μC/OS-II partial codes on the chip of LPC2000 series bashed on ARM7.
讨论了μC/OS-II在ARM7上移植过程中中断处理需要注意的几个问题,介绍了通用中断处理的过程和一般方法,并给出了在基于ARM7内核的LPC2000系列芯片上移植μC/OS-II部分代码。
3.
After presenting the common procedure of internal exception and external interrupt handling on processor,this paper analyzes exception processing and focuses on the mechanism of external interrupt handling in RTOS VxWorks,illustrates the implementation of interrupt management and demultiplexing with AT91RM9200 and MPC7410 processor.
针对实时系统中的中断处理的至关重要性,说明了微处理器的内部异常和外部中断的工作机理,阐述了实时操作系统VxWorks中的异常处理的过程,重点分析了在VxWorks中外部中断处理机制,并以AT91RM9200和MPC7410为例说明了VxWorks中断处理和中断复用的具体实现。
3)  interrupt processing
中断处理
1.
This paper introduces the development of driver,architecture of driver and the interrupt processing in Windows CE.
该文介绍了Windows CE下的驱动程序的结构、开发过程及Windows CE的中断处理过程,提出流接口和分层相结合的驱动程序设计方案,给出Windows CE下串口驱动的具体开发过程及串口驱动的中断处理过程。
2.
Because of the strict requirement of the real time property of interrupt response in a real time operation system, the authors propose that the interrupt response is divided into interrupt processing and interrupt servicing.
针对实时操作系统中要求中断响应实时性强的特点 ,提出了将中断响应分为中断处理和中断服务两部分 ,并且根据这种中断响应机制设计了多级中断服务请求队列 ,对临界资源的保护进行了探讨 。
4)  Interrupt process
中断处理
1.
Interrupt mechanism is the foundation of the Linux operating system,it supplies condition for CPU concurrent operation with external device,run multitask and communication in processors,this paper introduce interrupt concept and interrupt configuration,and then descriptor interrupt manage,Finally, discuss Linux system interrupt process.
本文首先介绍了中断概念和中断结构,其后描述了中断管理,最后讨论了Linux系统中断处理。
5)  processing interrupt
处理中断
6)  interrupt handler
中断处理程序;中断处理器
补充资料:中断控制器


中断控制器
interrupt controller

zhongduan kongzhiqi中断控制器(interrupt controller)用来接收和管理各种不同中断请求,确定这些中断请求的优先级,并确认当前最高级别中断请求的优先级高于中央处理器(CPU)正在提供服务中断(如果有的话)的中断优先级,将该最高级别中断请求提交微处理器或微型计算机的电路。当微处理器或微型计算机响应了不同的中断请求后,保护原程序或中断的现场,进人其相应的中断服务程序;当中断服务程序运行完毕后,恢复现场。 中断控制器主要由中断请求寄存器、中断屏蔽寄存器、中断判优寄存器、中断服务寄存器以及控制逻辑等组成。其电路结构如图1所示。控制逻辑中断请求中断请求寄存器中断判优寄存 器中断服务寄不器提交MP或MC 的中断请求中断屏蔽寄存器 图1中断控制器电路结构 中断控制器的工作原理是:当某个外设需要微处理器或微型计算机干涉时,与其对应的中断请求被激活。该中断请求寄放到中断请求寄存器中;在控制逻辑的控制下,将中断请求寄存器中存放的中断请求送到中断判优寄存器中,进行中断优先级判断;判优后,最高级别的中断请求再与中断屏蔽寄存器的屏蔽位比较,若中断请求仍未被屏蔽,则将其送至中断服务寄存器中,准备提交微处理器或微型计算机;若该中断请求被屏蔽,则该中断请求不会被响应和处理。中断屏蔽寄存器中的屏蔽码一般是正在被微处理器或微型计算机服务的中断级别。另外,中断屏蔽寄存器也可直接与中断请求寄存器相连,在提交中断请求时,就可将低于正在服务中断级别的中断请求屏蔽。 中断地址选择逻辑由内部还是外部地址逻辑提供,根据具体应用而定。中断地址选择逻辑对不同的中断源,将在地址总线上激活不同的起始地址。衡量中断控制器的主要参数是接收中断请求的线数。 中断控制器主要应用于外设需要实时服务的系统。 典型的中断控制器产品有美国玩tel公司的8259A。它采用NMOS工艺,SV电压,8优先级(可扩展到64级),程序控制,独立中断请求屏蔽。美国M〔,ton〕la的MC6828和MC8507均采用双极型技术,8优先级。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条