未验证 提交 c51ea3b6 编写于 作者: A Austin 提交者: Gitee

update en/device-dev/kernel/kernel-mini-basic-interrupt.md.

Signed-off-by: NAustin <liaozhiqi7@huawei.com>
上级 e1b5532f
# Interrupt Management<a name="EN-US_TOPIC_0000001123863135"></a>
- [Basic Concepts](#section1699312388210)
- [Available APIs](#section158501652121514)
- [How to Develop](#section11841123033618)
- [Development Example](#section460018317164)
- [Verification](#section668510614519)
## Basic Concepts<a name="section1699312388210"></a>
An interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention. An interrupt alerts the processor to a high-priority condition requiring the interruption of the current code being executed by the processor. When a hardware interrupt is triggered, the interrupt handler is located based on the interrupt ID and then executed to handle the interrupt.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册