Reconfiguring Callback Function During the Runtime

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Reconfiguring Callback Function During the Runtime

1,022 次查看
justsomeonelse
Contributor I

Hi all,

I am trying to reconfigure the PINT callback function during the run time for the LPC55.

In some cases, callbackA should be called and in other cases, callbackB function should be executed. During the run time I want to disable callbackA and enable callbackB for the same PINT callback. Is it possible?

标签 (1)
标记 (3)
0 项奖励
回复
1 回复

919 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

How about put the CallbackB function inside CallbackA, add some condition code to run or not run CallbackB.

 

BR

Alice

0 项奖励
回复