Searched refs:awss_timer_task (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_OS_rhino.c | 323 static void awss_timer_task(void *args) in awss_timer_task() function 366 aos_task_new_ext(tsk, "AWSS_TIMER", awss_timer_task, NULL, 1024 * 4, in HAL_Timer_Create()
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_OS_yoc.c | 556 static void awss_timer_task(void *args) in awss_timer_task() function 599 aos_task_new_ext(tsk, "AWSS_TIMER", awss_timer_task, NULL, 1024 * 4, in HAL_Timer_Create()
|
Completed in 5 milliseconds