作業系統工程-Interrupt
Table Of Content
RT-Thread 中斷管理 function
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
RT-Thread include .h file
Interrupt handler definition
Interrupt interfaces
-
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
以 ARM Cortex-a 介紹相關 function 內的 Coding
Interrupt .h file
稍微參考其中幾個 function 的寫法
void rt_hw_interrupt_init();
- 中斷向量表
- 例外處理表
void rt_hw_interrupt_mask();
void rt_hw_interrupt_umask();
rt_isr_handler_t rt_hw_interrupt_install();