请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:LAUNCHXL-F280025C 工具与软件:
你(们)好
我有一个名为"cpuTimer0ISR ()"的中断函数。 我想在该 ISR 函数中调用另一个函数。
__interrupt void cpuTimer0ISR (){
another_function();
}
它是否 可能/合适? 你有什么建议吗?
谢谢你。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
你(们)好
我有一个名为"cpuTimer0ISR ()"的中断函数。 我想在该 ISR 函数中调用另一个函数。
__interrupt void cpuTimer0ISR (){
another_function();
}
它是否 可能/合适? 你有什么建议吗?
谢谢你。