Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/utopia_adaption/wdt/
H A DWDT_adp.c23 UADP_SPT_0NXT_DEF(TIMER_RST_PARAM);
49 UADP_SPT_0NXT(TIMER_RST_PARAM); in WDT_adp_Init()
/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT_private.h213 }TIMER_RST_PARAM, *PTIMER_RST_PARAM; typedef
282 TIMER_RST_PARAM privateTimerRst;
H A DdrvWDT.c851 pTimerRstParam = (PTIMER_RST_PARAM)malloc(sizeof(TIMER_RST_PARAM)); in MDrv_TIMER_Rst()