无法在中断级进行处理。将请求延缓给系统任务级。
Cannot process at interrupt level. Deferring request to system task level.
大家都知道使用IRP的好处就是:效率提高了,对中断级要求更宽了,还解决了常见的重入问题等等。
We all know the benefits of the use of IRP is to: improve the efficiency of interrupt-level requirements of a broader, and also solve the common problem of re-entry and so on.
中断到达与分发必需任务之间的时间(假设分配的是优先级最高的任务)称为响应时间。
The time between the arrival of the interrupt and dispatching of the required task (assuming it's the highest-priority task to dispatch) is called the response time.
应用推荐