Reconfiguring Callback Function During the Runtime

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

Reconfiguring Callback Function During the Runtime

1,456件の閲覧回数
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 返信

1,353件の閲覧回数
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 件の賞賛
返信