Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/utopia_adaption/wdt/
H A DWDT_adp.c20 UADP_SPT_0NXT_DEF(TIMER_COUNT_PARAM);
46 UADP_SPT_0NXT(TIMER_COUNT_PARAM); in WDT_adp_Init()
/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT_private.h197 }TIMER_COUNT_PARAM, *PTIMER_COUNT_PARAM; typedef
279 TIMER_COUNT_PARAM privateTimerCnt;
H A DdrvWDT.c746 pTimerCntrParam = (PTIMER_COUNT_PARAM)malloc(sizeof(TIMER_COUNT_PARAM)); in MDrv_TIMER_Count()