Does the timer tick in the JN-AN-1229-ZBPro-Application-Template have anything to do with the hibernation of the system?Which documents can I refer to?

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

Does the timer tick in the JN-AN-1229-ZBPro-Application-Template have anything to do with the hibernation of the system?Which documents can I refer to?

567 次查看
jun951753jun951
Contributor III

How do I define my own tick timer from initialization?

标签 (2)
1 回复

497 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi

Please look at the JN-AN-1218 Timer Button Scan.

 /* Create Z timers */
 ZTIMER_eOpen(&u8TimerButtonScan, APP_cbTimerButtonScan, NULL,
   ZTIMER_FLAG_PREVENT_SLEEP);

Hope it helps

Regards,

Mario