Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c243 }TimerSET; typedef
2425 TimerSET curr_set; in Timer_Thread()
2426 curr_set.create_ready= ((TimerSET*)data)->create_ready; in Timer_Thread()
2427 curr_set.pTimerCb= ((TimerSET*)data)->pTimerCb; in Timer_Thread()
2428 curr_set.u32FirstTimeMs= ((TimerSET*)data)->u32FirstTimeMs; in Timer_Thread()
2429 curr_set.u32PeriodTimeMs= ((TimerSET*)data)->u32PeriodTimeMs; in Timer_Thread()
2430 curr_set.bStartTimer= ((TimerSET*)data)->bStartTimer; in Timer_Thread()
2431 curr_set.pTimerName= ((TimerSET*)data)->pTimerName; in Timer_Thread()
2432 MS_S32 s32Id = ((TimerSET*)data)->s32Id; in Timer_Thread()
2497 ((TimerSET*)data)->create_ready=1; in Timer_Thread()
[all …]