interrupt handler
- interrupt handler的基本解释
-
-
[计] 中断处理程序
- 更多网络例句与interrupt handler相关的网络例句 [注:此内容来源于网络,仅供参考]
-
It is normally not used by the interrupt handler.
通常它不被中断句柄所使用。
-
While the lock is held, the device issues an interrupt, which causes your interrupt handler to run.
当获得该锁后,你的设备会发出一个中断信号,这将会引起你的中断服务函数运行。
-
Although I have not done this, it would be possible to start up in the idle mode and have an interrupt handler AvrXRunTask a task.
尽管我还没有这样做,但是从 idle 模式启动并且有一个中断处理程序来通过 AvrXRunTask来创建一个任务是有可能的。
-
Taking out a spinlock in an interrupt handler is a legitimate thing to do; that is one of the reasons that spinlock operations do not sleep.
在中断服务函数中获得一个自旋锁完全合理;这也是为什么自旋锁操作不能休眠的原因之一。
-
While the interrupt handler is spinning, the noninterrupt code will not be able to run to release the lock.
当中断服务函数进入自旋时,以非打断方式运行的代码将无法释放该锁。
- 加载更多网络例句 (25)
- 更多网络解释与interrupt handler相关的网络解释 [注:此内容来源于网络,仅供参考]
-
interrupt handler:中断处理程序
在响应一个特定中断的时候,内核会执行一个函数,该函数叫做中断处理程序(interrupt handler)或中断服务例程(interrupt service routine, ISR). 产生中断的每个设备都有一个相应的中断处理程序. 因此我们一般把中断处理切为两个部分或两半.
-
interrupt handler:(中断处理器)
供VME总线系统的中断器(Interrupter)和中断处理器(Interrupt Handler)之间进行中断请求和中断认可使用. 是提供总线系统组态和管理服务的VXI器件. 一个资源管理器必须是具有命令者能力的消息型器件,其逻辑地址为0 ,通常也提供0号槽服务.
-
interrupt handler:中断处理
原因:对于hard panic而言,最大的可能性是驱动模块的中断处理(interrupt handler)导致的,一般是因为驱动模块在中断处理程序中访问一个空指针(null pointre).
-
interrupt handler:中断处理程序;中断处理器
interrupt driven 中断驱动 | interrupt handler 中断处理程序;中断处理器 | interrupt latency 中断等待时间
-
IH Interrupt Handler:中断处理程序
IH Information Highway 信息高速公路 | IH Interrupt Handler 中断处理程序 | IHAS Integrated Helicopter Avionics System 直升机综合航空电子系统
- 加载更多网络解释 (5)