Searched refs:pTimerMSecParam (Results 1 – 1 of 1) sorted by relevance
1031 PTIMER_GET_MS_PARAM pTimerMSecParam = NULL; in MDrv_TIMER_GetMs() local1034 pTimerMSecParam = (PTIMER_GET_MS_PARAM)malloc(sizeof(TIMER_GET_MS_PARAM)); in MDrv_TIMER_GetMs()1035 pTimerMSecParam->eTimer=eTimer; in MDrv_TIMER_GetMs()1036 pTimerMSecParam->u32Msec=0; in MDrv_TIMER_GetMs()1037 u32Ret = UtopiaIoctl(pInstantWdt, MDrv_CMD_TIMER_GetMs,(MS_U32*)pTimerMSecParam); in MDrv_TIMER_GetMs()1040 free(pTimerMSecParam); in MDrv_TIMER_GetMs()1043 u32MsecVal = pTimerMSecParam->u32Msec; in MDrv_TIMER_GetMs()1044 free(pTimerMSecParam); in MDrv_TIMER_GetMs()