Searched refs:get_devinfo_timer (Results 1 – 1 of 1) sorted by relevance
34 static void *get_devinfo_timer = NULL; variable291 HAL_Timer_Start(get_devinfo_timer, AWSS_CHECK_RESP_TIME); in awss_process_get_devinfo()358 awss_stop_timer(get_devinfo_timer); in awss_process_get_devinfo()359 get_devinfo_timer = NULL; in awss_process_get_devinfo()367 awss_stop_timer(get_devinfo_timer); in awss_process_get_devinfo()368 get_devinfo_timer = NULL; in awss_process_get_devinfo()416 if (get_devinfo_timer == NULL) { in online_get_device_info()417 get_devinfo_timer = HAL_Timer_Create( in online_get_device_info()420 HAL_Timer_Stop(get_devinfo_timer); in online_get_device_info()421 HAL_Timer_Start(get_devinfo_timer, timeout ? AWSS_CHECK_RESP_TIME : 1); in online_get_device_info()
Completed in 3 milliseconds