Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/utopia_adaption/wdt/
H A DWDT_adp.c29 UADP_SPT_0NXT_DEF(TIMER_GET_US_PARAM);
55 UADP_SPT_0NXT(TIMER_GET_US_PARAM); in WDT_adp_Init()
/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT_private.h249 }TIMER_GET_US_PARAM, *PTIMER_GET_US_PARAM; typedef
288 TIMER_GET_US_PARAM privateTimerGetUs;
H A DdrvWDT.c1073 pTimerUSecParam = (PTIMER_GET_US_PARAM)malloc(sizeof(TIMER_GET_US_PARAM)); in MDrv_TIMER_GetUs()