Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/wdt/drv/wdt/
H A DdrvWDT.c1205 ptmr->TmrFnct = NULL; in MDrv_TIMER_Init_U2K()
1252 ptmr->TmrFnct(ptmr->TmrFnctArg0,ptmr->TmrFnctArg1,ptmr->TmrFnctArg2); in DRV_TIMER0_PIU_Isr()
1267 ptmr->TmrFnct(ptmr->TmrFnctArg0,ptmr->TmrFnctArg1,ptmr->TmrFnctArg2); in DRV_TIMER1_PIU_Isr()
1284 ptmr->TmrFnct = fnct; in MDrv_TIMER_CfgFnct()
1318 ptmr->TmrFnct = NULL; in MDrv_TIMER_Exit_U2K()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvWDT.h202 …void (*TmrFnct)(void *, void *, void *); /* Function to execute when timer times out … member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvWDT.h202 void (*TmrFnct)(void *, void *, void *); /* Function to execute when timer times out */ member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt22142 void (*TmrFnct)(void *, void *, void *);