interrupt vt. 1.阻止;妨碍;遮断。 2.打断(别人的话等);中断;打搅。 3.截断。 interrupt a view 遮住视线。 Don't interrupt me. 别打搅我。 He interrupted college to serve in the army. 他中断大学的学业到军队服役。 Interrupt sb. In his work 打搅某人工作。 May I interrupt you to comment on that last remark? 对不起,刚才这句话是什么意思请讲讲。 Interrupt an electric current 截断电流。 vi. 打扰,(别人谈话时)插嘴。
The program flow is composed of three exclusive main loops and several interrupt service routines in order for running in multi - modes 程序的多运行模式流程实现采用了多个互斥主循环加中断的结构。
You can ' t call this routine at all from an interrupt service routine or other routine running above dispatch _ level 你不能从一个中断服务程序或者其他运行于dispatch _ level之上的程序那里调用这个程序。
When the interrupt service routine exits , control of the processor is returned to whatever part of the software was previously running 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
When the interrupt service routine exits , control of the processor is returned to whatever part of the software was divviously running 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
A mechanism used by tasks and interrupt service routines to share information and synchronize their access to shared resources 一种被用来在任务和中断服务程序之间共享信息和同步它们对共享资源访问的机制。
In this thesis , the 0 . 3 gmsk modulation and interrupts service routine are implemented with dsp assembly language 本文就笔者完成gsm标准的0 . 3gmsk调制以及实现多dsp间通信时的中断程序设计和调试工作进行了总结。
The software in this system includes a monitor program , a lcd display program , an interrupt service program , a computing program and so on 该系统的软件主要包括监控程序、中断服务程序、计算程序和显示程序等。
Drivers for devices that generate hardware interrupts will have an interrupt service routine ( isr ) and a deferred procedure call ( dpc ) routine 对于普通硬件中断设备的驱动要具有中断服务程序( isr )和一个延迟程序调用( dpc )程序。
The software of the system is composed of dsp program and the device driver . the paper introduces the main dsp program and the dma and int1 interrupt service 本文详细地介绍了系统单通道、多通道工作模式的dsp主程序设计、 dma中断服务程序设计和中断服务程序设计。
The data exchange between the background isr ( interrupt service routine ) and the foreground main loop is achieved by event flags and data buffers 整个固件程序设计成完全的中断驱动方式,后台中断服务程序( isr )和前台主循环之间的数据交换通过事件标志和数据缓冲区来实现。