这个函数不能从中断上下文调用。
问题在于,有多少任务需要在中断上下文完成?
The question is, how much work should be done in the interrupt context?
中断处理程序始终在中断上下文中运行。
中断导致上下文丢失,因此第二个问题是没有意义的。
The interruption causes a loss of context so that the second question is meaningless.
中断导致上下文丢失,因此第二个问题是没有意义的。
The interruption causes a loss of context so that the second question is meaningless.
应用推荐