Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT.c914 PTIMER_GET_MAX_MATCH_PARAM pTimerGetMaxMatchParam = NULL; in MDrv_TIMER_GetMaxMatch() local
917 pTimerGetMaxMatchParam = (PTIMER_GET_MAX_MATCH_PARAM)malloc(sizeof(TIMER_GET_MAX_MATCH_PARAM)); in MDrv_TIMER_GetMaxMatch()
918 pTimerGetMaxMatchParam->eTimer=eTimer; in MDrv_TIMER_GetMaxMatch()
919 pTimerGetMaxMatchParam->u32MaxMatchVal=0; in MDrv_TIMER_GetMaxMatch()
920 u32Ret = UtopiaIoctl(pInstantWdt, MDrv_CMD_TIMER_GetMaxMatch,(MS_U32*)pTimerGetMaxMatchParam); in MDrv_TIMER_GetMaxMatch()
923 free(pTimerGetMaxMatchParam); in MDrv_TIMER_GetMaxMatch()
926 u32MaxMatchVal = pTimerGetMaxMatchParam->u32MaxMatchVal; in MDrv_TIMER_GetMaxMatch()
927 free(pTimerGetMaxMatchParam); in MDrv_TIMER_GetMaxMatch()