Hello,
I'm not clear on the difference between an interrupt callback and an interrupt handler. They appear to do the same things to me. Can you explain the difference?
Thanks,
Sara
解決済! 解決策の投稿を見る。
Hi, Sara,
I think they are different function, but they are related. The interrupt handler is exactly an interrupt service routine, once an interrupt is triggered, the The interrupt handler is executed. The interrupt callback function is an funjction which is called by the The interrupt handler function.
Hope it can help you
BR
Xiangjun Rong
Hi, Sara,
I think they are different function, but they are related. The interrupt handler is exactly an interrupt service routine, once an interrupt is triggered, the The interrupt handler is executed. The interrupt callback function is an funjction which is called by the The interrupt handler function.
Hope it can help you
BR
Xiangjun Rong