Home
last modified time | relevance | path

Searched refs:pstSwtmr (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c742 SWTMR_CTRL_S *pstSwtmr; in osTimerStart() local
748 pstSwtmr = (SWTMR_CTRL_S *)timer_id; in osTimerStart()
749 pstSwtmr->uwInterval = ticks; in osTimerStart()
750 uwRet = LOS_SwtmrStart(pstSwtmr->usTimerID); in osTimerStart()
771 SWTMR_CTRL_S *pstSwtmr = (SWTMR_CTRL_S *)timer_id; in osTimerStop() local
777 if (NULL == pstSwtmr) { in osTimerStop()
781 uwRet = LOS_SwtmrStop(pstSwtmr->usTimerID); in osTimerStop()
805 SWTMR_CTRL_S *pstSwtmr = (SWTMR_CTRL_S *)timer_id; in osTimerDelete() local
811 if (NULL == pstSwtmr) { in osTimerDelete()
815 uwRet = LOS_SwtmrDelete(pstSwtmr in osTimerDelete()
[all...]

Completed in 2 milliseconds