1. The card USES both inquiry mode and interruptmode.
本接口卡采用中断、查询相结合的方式。
来自互联网
2. An interrupt management module was also built in, it enables the interface to work on either query mode or interrupt mode.
内建中断管理模块,可以工作在查询模式或中断模式。
来自互联网
3. The data acquisition circuit is composed of chip 89C52 and 8254. External measuring signal at interruptmode triggers 89c52 to read number in 8254 counter.
由89c52和8254组成数据处理电路。外部测量信号以外部中断方式触发89c52读取8254计数。
来自互联网
4. Host accesses client's data across CF interface, sends instructions to client such as range select word and DAQ parameter, data are sent to host in interruptmode and then processed.
5. Some of the programs that operate in kernel mode include interrupt handlers and kernel processes.
以内核模式运行的某些程序包括中断处理程序和内核进程。
来自互联网
6. I recommend including sleep, pause, suspension, interrupt, and hibernating mode recovery in your functional testing methods.
我推荐在你的功能测试方法中包括睡觉,暂停,中止,中断和睡眠状态恢复。
来自互联网
7. On top of these register #define macros, you should also define another macro that dictates whether the ISR will run in simulation mode or in the original interrupt context. For example
8. We decided to interrupt our usual mode of continuously scanning the entire sky, and instead repointed the spacecraft to stare right at this galaxy for the next few days.
9. It can also put the device into flight mode so that no calls interrupt you.
同时,软件还可以自动将手机置入飞行模式,让您不再受来电干扰。
来自互联网
10. With two channels in the Z80—CTC, dual request interrupt operation mode can be implemented easily.
用Z80—CTC中的两个通道,可方便的实现双申请中断工作方式。
来自互联网
11. Other than the IDT and interrupt descriptors, the protected modeinterrupt functions like the real mode interrupt.
除了IDT和中断描述符,保护模式中断像实模式中断一样发挥功能。
来自互联网
12. Interrupt request with the low power mode ensures the low-power of heat meter in the aspect of software.
中断请求配合低功耗模式从软件方面保证了热量表的低功耗。
来自互联网
13. The Power-down mode saves the register contents but freezes the Oscillator, disabling all other chip functions until the next Interrupt or Hard- ware Reset.
掉电模式时晶体振荡器停止振荡,所有功能除了中断和硬件复位之外都停止工作;
来自互联网
14. ST16C554 works in FIFO mode, receives and transmits data by (interrupt) mode with a 16 byte hardware transmit buffer, that will also greatly cut down the load on the CPU.
15. Clear channel assessment, CCA, is available through an interrupt in receive mode.
清楚的渠道评估,CCA,是可利用的通过中断接受方式。
来自互联网
16. If you are in legacy mode, you have to write this interrupt number to EOI to retire this interrupt.
如果你是在传统模式下,你必须写该中断号eoi退休中断。
来自互联网
17. Process 1 then resumes execution in User Mode until a timer interrupt occurs, and the scheduler is activated in Kernel Mode.
然后,直到发生定时器中断且调度程序在内核态被激活,进程1才恢复在用户态下执行。
来自互联网
18. The only difference is that in protected mode the microprocessor accessed the IDT instead of the interrupt vector table.
唯一的不同是在保护模式中微处理器访问IDT而不是中断向量表。
来自互联网
19. Aim Objective: to master the timer T0, T1 of the mode selection and programming methods, to understand the design method of the interrupt service routine, and learn skills in real-time debugging.
20. The Powerdown mode saves the register contents but freezes the Oscillator, disabling all other chips until the next interrupt or hardware reset.
掉电模式时晶体振荡器停 止振荡,所有功能除了中断和硬件复位之外都停止工作,寄存器的内容则一直保持;
来自互联网
21. Unexpected interrupt in protected mode.
保护模式中出现意外中断。
来自互联网
22. Normal interval timer mode with interrupt request.
具有中断请求的正常间隔定时器模式。
来自互联网
23. If you are in priority drop mode, writing this number to EOI decreases the priority, writing the same value to DI will retire the interrupt (check GICC_CTLR to confirm your mode).
24. Multiple sector mode aka IDE Block Mode, is a feature of most modern IDE hard drives, permitting the transfer of multiple sectors per I/O interrupt, rather than the usual one sector per interrupt.
25. If an application switches out of kernel mode and one of its upper 96 registers is not intact, as could happen if an interrupt occurred, the application will fail when it switches back to user mode.