Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/src/
Dtimer.c299 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local
301 t = (timer == TIMER0) ? TIMER1 : TIMER3; in TIMER_EnableFreqCounter()
303 t->CMP = 0xFFFFFFUL; in TIMER_EnableFreqCounter()
304 t->EXTCTL = u32EnableInt ? TIMER_EXTCTL_CAPIEN_Msk : 0UL; in TIMER_EnableFreqCounter()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dtimer.c317 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local
319 t = (timer == TIMER0) ? TIMER1 : TIMER3; in TIMER_EnableFreqCounter()
321 t->CMP = 0xFFFFFFUL; in TIMER_EnableFreqCounter()
322 t->EXTCTL = u32EnableInt ? TIMER_EXTCTL_CAPIEN_Msk : 0UL; in TIMER_EnableFreqCounter()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dtimer.c330 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local
332 t = (timer == TIMER0) ? TIMER1 : TIMER3; in TIMER_EnableFreqCounter()
334 t->CMP = 0xFFFFFFUL; in TIMER_EnableFreqCounter()
335 t->EXTCTL = u32EnableInt ? TIMER_EXTCTL_CAPIEN_Msk : 0UL; in TIMER_EnableFreqCounter()