Lines Matching refs:TIMER_T
41 uint32_t TIMER_Open(TIMER_T *timer, uint32_t u32Mode, uint32_t u32Freq) in TIMER_Open()
74 void TIMER_Close(TIMER_T *timer) in TIMER_Close()
92 void TIMER_Delay(TIMER_T *timer, uint32_t u32Usec) in TIMER_Delay()
174 void TIMER_EnableCapture(TIMER_T *timer, uint32_t u32CapMode, uint32_t u32Edge) in TIMER_EnableCapture()
189 void TIMER_DisableCapture(TIMER_T *timer) in TIMER_DisableCapture()
208 void TIMER_EnableEventCounter(TIMER_T *timer, uint32_t u32Edge) in TIMER_EnableEventCounter()
223 void TIMER_DisableEventCounter(TIMER_T *timer) in TIMER_DisableEventCounter()
238 uint32_t TIMER_GetModuleClock(TIMER_T *timer) in TIMER_GetModuleClock()
294 void TIMER_EnableFreqCounter(TIMER_T *timer, in TIMER_EnableFreqCounter()
299 TIMER_T *t; /* store the timer base to configure compare value */ in TIMER_EnableFreqCounter()
314 void TIMER_DisableFreqCounter(TIMER_T *timer) in TIMER_DisableFreqCounter()
328 void TIMER_SetTriggerSource(TIMER_T *timer, uint32_t u32Src) in TIMER_SetTriggerSource()
343 void TIMER_SetTriggerTarget(TIMER_T *timer, uint32_t u32Mask) in TIMER_SetTriggerTarget()