Searched refs:report_token_timer (Results 1 – 1 of 1) sorted by relevance
26 static void *report_token_timer = NULL; variable58 if (report_token_timer == NULL) { in awss_update_token()62 HAL_Timer_Stop(report_token_timer); in awss_update_token()63 HAL_Timer_Start(report_token_timer, 10); in awss_update_token()108 awss_stop_timer(report_token_timer); in awss_report_token_reply()109 report_token_timer = NULL; in awss_report_token_reply()321 report_token_timer = NULL; in awss_report_token_to_cloud()326 if (report_token_timer == NULL) { in awss_report_token_to_cloud()330 HAL_Timer_Stop(report_token_timer); in awss_report_token_to_cloud()389 if (report_token_timer) { in awss_stop_report_token()[all …]
Completed in 4 milliseconds