Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/utopia_adaption/wdt/
H A DWDT_adp.c30 UADP_SPT_0NXT_DEF(TIMER_DELAY_PARAM);
56 UADP_SPT_0NXT(TIMER_DELAY_PARAM); in WDT_adp_Init()
/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT_private.h255 }TIMER_DELAY_PARAM, *PTIMER_DELAY_PARAM; typedef
289 TIMER_DELAY_PARAM privateTimerDelay;
H A DdrvWDT.c1112 pTimerDelayParam = (PTIMER_DELAY_PARAM)malloc(sizeof(TIMER_DELAY_PARAM)); in MDrv_TIMER_Delay()