Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT.c848 PTIMER_RST_PARAM pTimerRstParam = NULL; in MDrv_TIMER_Rst() local
851 pTimerRstParam = (PTIMER_RST_PARAM)malloc(sizeof(TIMER_RST_PARAM)); in MDrv_TIMER_Rst()
852 pTimerRstParam->eTimer=eTimer; in MDrv_TIMER_Rst()
853 UtopiaIoctl(pInstantWdt, MDrv_CMD_TIMER_Rst,(MS_U32*)pTimerRstParam); in MDrv_TIMER_Rst()
854 free(pTimerRstParam); in MDrv_TIMER_Rst()