Searched refs:t (Results 1 – 3 of 3) sorted by relevance
299 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local301 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()
317 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local319 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()
330 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter() local332 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()