FRDM-KL03: Difference between Interrupt Callback and Handler?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FRDM-KL03: Difference between Interrupt Callback and Handler?

ソリューションへジャンプ
772件の閲覧回数
sarastout-grand
Contributor III

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

0 件の賞賛
返信
1 解決策
654件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

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

元の投稿で解決策を見る

1 返信
655件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

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