Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_notify.c29 static void *devinfo_notify_timer = NULL; variable
703 if (devinfo_notify_timer == NULL) { in __awss_devinfo_notify()
704 devinfo_notify_timer = HAL_Timer_Create( in __awss_devinfo_notify()
707 HAL_Timer_Stop(devinfo_notify_timer); in __awss_devinfo_notify()
708 HAL_Timer_Start(devinfo_notify_timer, devinfo_interval); in __awss_devinfo_notify()
720 if (devinfo_notify_timer) { in __awss_devinfo_notify()
721 awss_stop_timer(devinfo_notify_timer); in __awss_devinfo_notify()
722 devinfo_notify_timer = NULL; in __awss_devinfo_notify()
749 if (devinfo_notify_timer == NULL) { in awss_devinfo_notify_stop()
753 awss_stop_timer(devinfo_notify_timer); in awss_devinfo_notify_stop()
[all …]

Completed in 4 milliseconds