Home
last modified time | relevance | path

Searched refs:report_reset_timer (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/
A Dawss_dev_reset.c25 static void *report_reset_timer = NULL; variable
49 HAL_Timer_Stop(report_reset_timer); in awss_report_reset_reply()
50 HAL_Timer_Delete(report_reset_timer); in awss_report_reset_reply()
51 report_reset_timer = NULL; in awss_report_reset_reply()
83 if (report_reset_timer == NULL) { in awss_report_reset_to_cloud()
84 report_reset_timer = HAL_Timer_Create( in awss_report_reset_to_cloud()
87 HAL_Timer_Stop(report_reset_timer); in awss_report_reset_to_cloud()
186 if (report_reset_timer == NULL) { in awss_stop_report_reset()
190 HAL_Timer_Stop(report_reset_timer); in awss_stop_report_reset()
191 HAL_Timer_Delete(report_reset_timer); in awss_stop_report_reset()
[all …]

Completed in 2 milliseconds